From 0db158ac59fae51e1677aa962fda5fede3bc0362 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Wed, 4 Sep 2024 07:49:11 +0700 Subject: python/python2-pytz: Added (Python2 version of pytz). Signed-off-by: Willy Sudiarto Raharjo --- python/python2-pytz/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python2-pytz/README (limited to 'python/python2-pytz/README') diff --git a/python/python2-pytz/README b/python/python2-pytz/README new file mode 100644 index 0000000000..354f8ea02c --- /dev/null +++ b/python/python2-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). -- cgit v1.2.3