This document provides an introduction to the Java Date and Time API. It defines key concepts like seconds, time zones, ISO 8601 date/time formats, and classes for representing dates, times, offsets and durations. It explains how to create temporal objects from fields or strings, modify and convert between objects, and format/parse dates and times. Advanced topics covered include clocks, zones, chronologies, and customizing date/time handling.