Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / python-chrono

A Python module for simple and convenient date/time handling

Clone this repository (size: 1.2 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/python-chrono
hg clone ssh://hg@bitbucket.org/erikg/python-chrono

python-chrono / NEWS

Tag
0.2.0
2010-02-06: 0.2.0
=================

New features:

* Added support for european date/time formats
* Added support for US date/time formats
* Added support for US calendar
* Added Calendar.fullyear(), converts 2-digit years to 4 digits

Backwards-incompatible changes:

* ISOParser methods for specific formats now returns a full normal
  date with year, month, and day instead of parsed values

Bugfixes:

* Fixed handling of 0 hour in Formatter for $12hour and $012hour

2010-01-24: 0.1.0
=================

* Initial release