Skip to content

dee42/python-datetime-tz

 
 

Repository files navigation

datetime_tz module

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.

This module depends on:

  • pytz - For providing the Timezone database.
  • dateutil - For providing parsing of many common formats.

Build Status Coverage Status PyPi Version PyPi Downloads githalytics.com

About

Drop-in replacement for Python datetime which deeply cares about timezones.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.4%
  • Makefile 6.6%