This document provides an overview of the Java 8 Date and Time API as defined by JSR 310. It describes the key classes like Instant, LocalDate, LocalDateTime, and ZonedDateTime and how they can be used to work with dates, times, durations, and timezones. Examples are given showing how to get the current date and time, parse and format dates, add/subtract periods, and convert between different date and time representations.