This document summarizes Sualeh Fatehi's presentation on the Java 8 Date and Time API. It discusses problems with previous date and time APIs in Java, introduces concepts like epochs, calendar systems, time zones, and ISO-8601. It provides examples of using the new API classes like LocalDate, LocalTime, Instant, and Duration. Design principles of the new API emphasize clarity, immutability, and rejecting invalid values. The API separates machine and human views of time and supports internationalization.