Closed GoogleCodeExporter closed 9 years ago
This is related to strptime being used, which was introduced in Python 2.5.
There is similar bug mentioned here:
http://trac-hacks.org/ticket/3380
And the changeset of the fix:
http://trac-hacks.org/changeset/4014
I'm going to try and see If I can write up a patch for this.
Original comment by rannyak...@gmail.com
on 16 Aug 2010 at 2:40
[deleted comment]
Attached patch tested with Django 1.1.1, replaced datetime.strptime with
time.strptime for Python 2.4 compatibility.
Original comment by rannyak...@gmail.com
on 16 Aug 2010 at 3:26
Attachments:
Fixed with issue #62.
Original comment by rahul.pr...@in.ibm.com
on 16 Apr 2012 at 8:44
Original issue reported on code.google.com by
rannyak...@gmail.com
on 16 Aug 2010 at 2:35Attachments: