Formats a ICU4XDateTime
and ICU4XCustomTimeZone
to a string.
See the Rust documentation for format
for more information.
Formats a ICU4XIsoDateTime
and ICU4XCustomTimeZone
to a string.
See the Rust documentation for format
for more information.
Static
create_Creates a new ICU4XZonedDateTimeFormatter
from locale data.
This function has date_length
and time_length
arguments and uses default options for the time zone.
See the Rust documentation for try_new
for more information.
Static
create_Creates a new ICU4XZonedDateTimeFormatter
from locale data.
This function has date_length
and time_length
arguments and uses an ISO-8601 style fallback for the time zone with the given configurations.
See the Rust documentation for try_new
for more information.
An object capable of formatting a date time with time zone to a string.
See the Rust documentation for
ZonedDateTimeFormatter
for more information.