mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
9a13d71830
cross platform timezone calculations. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). WWW: http://pytz.sourceforge.net PR: ports/94820 Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
7 lines
309 B
Plaintext
7 lines
309 B
Plaintext
pytz brings the Olson tz database into Python. This library allows accurate and
|
|
cross platform timezone calculations. It also solves the issue of ambiguous
|
|
times at the end of daylight savings, which you can read more about in the
|
|
Python Library Reference (datetime.tzinfo).
|
|
|
|
WWW: http://pytz.sourceforge.net
|