-
Committer:
Olivier Tilloy
-
Date:
2011-08-12 06:33:38 UTC
-
mfrom:
(359.1.3 before-1900)
-
Revision ID:
olivier@tilloy.net-20110812063338-2ie9iel2jl847dl6
Allow assigning dates earlier than the year 1900.
This requires a custom DateTimeFormatter helper as Python’s strftime() doesn’t support years before 1900
(see http://docs.python.org/library/datetime.html#strftime-strptime-behavior for details).