def __init__(self, *a, **kw):
_tzinfo.__init__(self, *a, **kw)
self.__dstoffset = self.__stdoffset = _timedelta(seconds=-_time.timezone)
if _time.daylight: self.__dstoffset = _timedelta(seconds=-_time.altzone)
self.__dstdiff = self.__dstoffset - self.__stdoffset
评论列表
文章目录