- The functionality of 'l' as day of month was broken, since the month variable was not properly updated [Iddo Aviram <iddo.aviramsimilarweb.com>]
0.3.9
------------------
- Don't use datetime functions python 2.6 doesn't support [petervtzand]
0.3.8
------------------ - Truncate microseconds by setting to 0 [Corey Wright]
0.3.7
------------------
- converting sun in range sun-thu transforms to int 0 which is recognized as empty string; the solution was to convert sun to string "0"
0.3.6
------------------
- Fix default behavior when no start_time given Default value for ``start_time`` parameter is calculated at module init time rather than call time. - Fix timezone support and stop depending on the system time zone