I'm getting bitten by the year < 1900 bug, so I was happy to find out about this module. However, I notice it only patches the strftime method for datetime.datetime objects, but for datetime.date objects. Would it be difficult to add support for date objects as well?
I'm getting bitten by the year < 1900 bug, so I was happy to find out about this module. However, I notice it only patches the
strftimemethod fordatetime.datetimeobjects, but fordatetime.dateobjects. Would it be difficult to add support for date objects as well?