hunt.time.chrono.ChronoZonedDateTimeImpl

Undocumented in source.

Members

Classes

ChronoZonedDateTimeImpl
class ChronoZonedDateTimeImpl(D = ChronoLocalDate)

A date-time with a time-zone _in the calendar neutral API. !(p) {@code ZoneChronoDateTime} is an immutable representation of a date-time with a time-zone. This class stores all date and time fields, to a precision of nanoseconds, as well as a time-zone and zone offset. !(p) The purpose of storing the time-zone is to distinguish the ambiguous case where the local time-line overlaps, typically as a result of the end of daylight time. Information about the local-time can be obtained using methods on the time-zone.

Meta