时间处理库PythonDelorean.zip

时间:2022-08-05 23:01:42
【文件属性】:

文件名称:时间处理库PythonDelorean.zip

文件大小:88KB

文件格式:ZIP

更新时间:2022-08-05 23:01:42

开源项目

Delorean 可以是你用非常方便的方法来处理数据和时间。设置时区,截取到秒,分,小时,或者甚至使用特殊方法从一个数据迭代到另一个。浏览下文档,里面有很多示例。 示例代码: from datetime import datetime from pytz import timezone EST = "US/Eastern" UTC = "UTC" d = datetime.utcnow() utc = timezone(UTC) est = timezone(EST) d = utc.localize(d) d = est.normalize(d) return d 标签:Python


【文件预览】:
delorean-master
----MANIFEST.in(105B)
----README.rst(1KB)
----delorean()
--------exceptions.py(520B)
--------dates.py(18KB)
--------__init__.py(832B)
--------interface.py(7KB)
----LICENSE.txt(1KB)
----dev-requirements.in(56B)
----requirements.txt(260B)
----.travis.yml(235B)
----requirements.in(44B)
----setup.py(1KB)
----CHANGES.rst(1KB)
----Makefile(131B)
----docs()
--------_templates()
--------interface.rst(100B)
--------_themes()
--------install.rst(909B)
--------conf.py(8KB)
--------quickstart.rst(12KB)
--------index.rst(2KB)
--------Makefile(5KB)
--------contribution.rst(2KB)
--------license.rst(1KB)
--------_static()
----tests()
--------delorean_tests.py(30KB)
----.gitignore(275B)
----dev-requirements.txt(1KB)
----version.py(24B)

网友评论