Lines Matching refs:_tzinfo
1304 self._tzinfo = tzinfo
1333 return self._tzinfo
1375 mytz = self._tzinfo
1376 ottz = other._tzinfo
1440 if self._tzinfo is not None:
1442 s = s[:-1] + ", tzinfo=%r" % self._tzinfo + ")"
1502 if self._tzinfo is None:
1504 offset = self._tzinfo.utcoffset(None)
1515 if self._tzinfo is None:
1517 name = self._tzinfo.tzname(None)
1530 if self._tzinfo is None:
1532 offset = self._tzinfo.dst(None)
1563 if self._tzinfo is None:
1566 return (basestate, self._tzinfo)
1579 self._tzinfo = tzinfo
1632 self._tzinfo = tzinfo
1661 return self._tzinfo
1826 if self._tzinfo is None:
1852 self._tzinfo, fold=self.fold)
1966 if self._tzinfo is not None:
1968 s = s[:-1] + ", tzinfo=%r" % self._tzinfo + ")"
1987 if self._tzinfo is None:
1989 offset = self._tzinfo.utcoffset(self)
2000 if self._tzinfo is None:
2002 name = self._tzinfo.tzname(self)
2015 if self._tzinfo is None:
2017 offset = self._tzinfo.dst(self)
2065 mytz = self._tzinfo
2066 ottz = other._tzinfo
2116 tzinfo=self._tzinfo))
2135 if self._tzinfo is other._tzinfo:
2172 if self._tzinfo is None:
2175 return (basestate, self._tzinfo)
2190 self._tzinfo = tzinfo