pub type TimeNumOffsetString = TimeNumOffsetColonString;
Available on crate feature
alloc
only.Expand description
RFC 3339 time-numoffset
owned string, such as +09:30
and -00:00
.
Aliased Typeยง
pub struct TimeNumOffsetString(/* private fields */);