- [add] Allow instantiating times +HH:MM:SS.ss+, even when HH>24, MM>60, SS>60. (useful for time interval computations between times specified beyond midnight.)
1.0.3
- [remove] _time_interval to render time intervals in commonly used units. - [add] prepending dates with 'N' allows to get days from year 0001-01-01 as zero. - [remove] python-dateutil for Python3.
1.0.2
- [add] Ability to call eday as function (import eday; eday(<param>)) - [add] The Eday class, inheriting from float, to be able to do math with big dates. - [add] _time_interval to render time intervals in commonly used units.