added pytz library under date & time

This commit is contained in:
famousgarkin 2014-07-19 12:06:38 +02:00
parent c34cd6c462
commit d9591336e2
1 changed files with 1 additions and 0 deletions

View File

@ -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