//! # 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`). The offset is kept as its raw text; the
//! crate does not decode it into hours/minutes/seconds. Pure data, no escaping;
//! the owning property's wire name lives on [`crate::prop::IcalProp::name`].
use ;
/// A decoded UTC-offset value (signed `hhmm`), kept as its raw text.
;