From d9591336e22c8bf8a60b849735faf1794b4a8525 Mon Sep 17 00:00:00 2001 From: famousgarkin Date: Sat, 19 Jul 2014 12:06:38 +0200 Subject: [PATCH] added pytz library under date & time --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91f79fa..50bb348 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [delorean](https://github.com/myusuf3/delorean/) - A library for clearing up the inconvenient truths that arise dealing with datetimes in Python. * [when.py](https://github.com/dirn/When.py) - Providing user-friendly functions to help perform common date and time actions. * [moment](https://github.com/zachwill/moment) - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/). +* [pytz](https://launchpad.net/pytz) - World timezone definitions, modern and historical. Brings the [Olson tz database](http://en.wikipedia.org/wiki/Tz_database) into Python. ## Text Processing