diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2024-09-04 07:48:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-04 09:10:24 +0700 |
commit | 2c8c66a1d5f7fe899fa82e4aba8dcc8b251395ef (patch) | |
tree | 8d3b8a0ec37c1dea2b8bc270d02d6edca47aff60 /python/python3-pytz/slack-desc | |
parent | 79c04c988b04712d368da11fabfe7d9b3f744eac (diff) |
python/python3-pytz: Added (Python3 version of pytz).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pytz/slack-desc')
-rw-r--r-- | python/python3-pytz/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-pytz/slack-desc b/python/python3-pytz/slack-desc new file mode 100644 index 0000000000..fa89da2089 --- /dev/null +++ b/python/python3-pytz/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-pytz: python3-pytz (World timezone definitions for Python) +python3-pytz: +python3-pytz: pytz brings the Olson tz database into Python. This library allows +python3-pytz: accurate and cross platform timezone calculations using Python 2.3 +python3-pytz: or higher. It also solves the issue of ambiguous times at the end +python3-pytz: of daylight savings, which you can read more about in the Python +python3-pytz: Library Reference (datetime.tzinfo). +python3-pytz: +python3-pytz: Homepage: https://launchpad.net/pytz +python3-pytz: +python3-pytz: |