pub type UtcZst<const HOUR: i32, const MINUTE: u32> = TimeZoneZst<HOUR, MINUTE>;
TimeZoneZst
pub struct UtcZst<const HOUR: i32, const MINUTE: u32>;