python-chrono is a Python module for simple and convenient date/time handling, including parsing, arithmetic, comparison, formatting, and calendar functionality. It supports both the ISO and US calendars, and dates/times in ISO, US, and European formats.
| Tags | Python date Time datetime Calendar |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


Release Notes: This release adds support for date differences (intervals), Julian day numbers, and constants for setting the default calendar and parser. It also fixes some errors in the documentation code examples.


Release Notes: This release adds support for US and European date formats, as well as the US calendar and 12-hour clocks. It also fixes formatting of 12-hour times.


Release Notes: Initial release.