Searched refs:_format_offset (Results 1 – 2 of 2) sorted by relevance
147 self._name = 'UTC' + _format_offset(offset)262 def _format_offset(off): function667 return s + _format_offset(self.utcoffset())
181 def _format_offset(off): function1427 return _format_offset(off)1949 tz = _format_offset(off)2547 _format_time, _format_offset, _is_leap, _isoweek1monday, _math,