pub(crate) type PosixTimeZoneStatic = PosixTimeZone<&'static str>;
An owned POSIX time zone whose abbreviations are &'static str.
&'static str
#[repr(align(8))]pub(crate) struct PosixTimeZoneStatic { /* private fields */ }