Properties

Link copied to clipboard

Controls handling of invalid or ambiguous times caused by time zone offset changes like Daylight Saving time (DST) transitions.

Link copied to clipboard
abstract val offset: String?

Time zone definitions can change. If an application stores data about events in the future, then stored data about future events may become ambiguous, for example if a country permanently abolishes DST. The offset option controls this unusual case.

Link copied to clipboard
abstract val overflow: Overflow?

How to deal with out-of-range values