forked from mithro/python-datetime-tz
-
Notifications
You must be signed in to change notification settings - Fork 0
Drop-in replacement for Python datetime which deeply cares about timezones.
License
sydney-linux-user-group-dependencies/python-datetime-tz
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
datetime_tz module =============================================================================== This module depends on: * pytz - For providing the Timezone database. * dateutil - For providing parsing of many common formats. A version of the python-datetime module which deeply cares about timezone (instead of ignoring the problem). The module automatically detects your current timezone using a variety of different methods. The module also includes extra functionality; * Full integration with pytz (just give it the string of the timezone!) * Proper support for going to/from Unix timestamps (which are in UTC!). * Smart Parsing which attempts to accept all formats.
About
Drop-in replacement for Python datetime which deeply cares about timezones.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%