Trait icu_datetime::date::ZonedDateTimeInput[][src]

pub trait ZonedDateTimeInput: TimeZoneInput + DateTimeInput { }
Expand description

A combination of a formattable calendar date, ISO time, and time zone.

Implementors