StaticlenientCreates a new ZonedTime from an IXDTF string, without requiring the offset.
See the Rust documentation for try_lenient_from_str for more information.
StaticlocationCreates a new ZonedTime from a location-only IXDTF string.
See the Rust documentation for try_location_only_from_str for more information.
StaticoffsetCreates a new ZonedTime from an offset-only IXDTF string.
See the Rust documentation for try_offset_only_from_str for more information.
StaticstrictCreates a new ZonedTime from an IXDTF string.
See the Rust documentation for try_strict_from_str for more information.
An ICU4X
ZonedTimeobject capable of containing a ISO-8601 time, and zone.See the Rust documentation for
ZonedTimefor more information.