This document introduces the Java Date and Time API. It discusses key classes like LocalDate, LocalDateTime, OffsetDateTime and ZonedDateTime. It covers concepts like ISO 8601 formatting, factories, conversions between classes, obtaining/modifying fields, arithmetic/comparison methods, formatting/parsing, and time zones. Advanced topics include Instant, Clock, Duration/Period, TemporalAdjuster, and support for non-ISO chronologies. The conclusion emphasizes modeling ISO 8601, powerful date/time calculations, and extension points in the API.