Searched refs:offset_hours (Results 1 – 7 of 7) sorted by relevance
324 let offset_hours = |o| Ok((s, Some(o * 3600))); in timezone_offset_2822() localVariable326 offset_hours(0) in timezone_offset_2822()328 offset_hours(-4) in timezone_offset_2822()330 offset_hours(-5) in timezone_offset_2822()332 offset_hours(-6) in timezone_offset_2822()334 offset_hours(-7) in timezone_offset_2822()336 offset_hours(-8) in timezone_offset_2822()
104 int offset_hours = offset_minutes / 60; in FixedOffsetToName() local110 ep = Format02d(ep, offset_hours); in FixedOffsetToName()