diff options
author | Slack Coder <slackcoder@server.ky> | 2022-09-24 06:34:34 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2022-09-24 06:35:13 -0500 |
commit | c2fb1bd95d1709927d7bd7058a162d39e593a1ee (patch) | |
tree | 12221dcab0e2848cbb53acde13c62c46d9e05ef0 /pytz/README | |
parent | 44bc538eff1f1e74d75c282d7980ed98e342e079 (diff) | |
download | slackbuilds-c2fb1bd95d1709927d7bd7058a162d39e593a1ee.tar.xz |
pytz: import and bump 2022.2.1
Slackbuild's script should install for python3 as well.
Diffstat (limited to 'pytz/README')
-rw-r--r-- | pytz/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pytz/README b/pytz/README new file mode 100644 index 0000000..354f8ea --- /dev/null +++ b/pytz/README @@ -0,0 +1,5 @@ +pytz brings the Olson tz database into Python. This library allows +accurate and cross platform timezone calculations using Python 2.3 +or higher. 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). |