aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pytz/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2024-09-04 07:48:50 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-04 09:10:24 +0700
commit2c8c66a1d5f7fe899fa82e4aba8dcc8b251395ef (patch)
tree8d3b8a0ec37c1dea2b8bc270d02d6edca47aff60 /python/python3-pytz/README
parent79c04c988b04712d368da11fabfe7d9b3f744eac (diff)
python/python3-pytz: Added (Python3 version of pytz).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pytz/README')
-rw-r--r--python/python3-pytz/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-pytz/README b/python/python3-pytz/README
new file mode 100644
index 0000000000..354f8ea02c
--- /dev/null
+++ b/python/python3-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).