Static
fromCreates a new [ZonedIsoDateTime
] from milliseconds since epoch (timestamp) and a UTC offset.
Note: [ZonedIsoDateTime
]s created with this constructor can only be formatted using localized offset zone styles.
See the Rust documentation for from_epoch_milliseconds_and_utc_offset
for more information.
Static
fullCreates a new [ZonedIsoDateTime
] from an IXDTF string.
See the Rust documentation for try_full_from_str
for more information.
An ICU4X ZonedDateTime object capable of containing a ISO-8601 date, time, and zone.
See the Rust documentation for
ZonedDateTime
for more information.