aboutsummaryrefslogtreecommitdiff
path: root/pytz/README
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2022-09-24 06:34:34 -0500
committerSlack Coder <slackcoder@server.ky>2022-09-24 06:35:13 -0500
commitc2fb1bd95d1709927d7bd7058a162d39e593a1ee (patch)
tree12221dcab0e2848cbb53acde13c62c46d9e05ef0 /pytz/README
parent44bc538eff1f1e74d75c282d7980ed98e342e079 (diff)
downloadslackbuilds-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/README5
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).