def __reduce__(self):
# Special pickle to zone remains a singleton and to cope with
# database changes.
return pytz._p, (
self.zone,
_to_seconds(self._utcoffset),
_to_seconds(self._dst),
self._tzname
)
tzinfo.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录