Skip to content

sydney-linux-user-group-dependencies/python-datetime-tz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • Python 100.0%