Commit 047dc8de authored by sim's avatar sim

Change default datetime to last day of year 1900

parent 2fcbf674
......@@ -10,7 +10,7 @@ __all__ = ['DEFAULT_DATETIME', 'SEASONS', 'MONTHS', 'SEASONS_ABBR',
'MONTHS_ABBR', 'datetime', 'to_datetime']
DEFAULT_DATETIME = _datetime(1900, 1, 1)
DEFAULT_DATETIME = _datetime(1900, 12, 31)
# Only valid for northern hemisphere, do something about this?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment