Expand description
§UTC-offset value
The decoded UTC-offset value kind.
Backs TZOFFSETFROM and TZOFFSETTO: a signed +/-HHMM[SS] offset from
UTC (RFC 5545 3.3.14; e.g. -0500), kept as its raw text so it goes back
on the wire exactly as it arrived.
IcalUtcOffset::seconds reads it as a number for a caller that needs to
apply it, and for crate::tz, which resolves a civil time against the
VTIMEZONE a calendar carries.
Structs§
- Ical
UtcOffset - A decoded UTC-offset value (signed
hhmm), kept as its raw text.