[Bug 560226] Re: pytr crashed with ValueError in getDateTime()
Brian Murray
brian at ubuntu.com
Mon Oct 3 20:54:46 UTC 2011
And that fix is now in Oneiric.
Here's the relevant bit from date.py:
timezone = dateTime.tzinfo
if timezone is None: #got a naive time, so assume is local time
#print 'Naive time'
local_dateTime = dateTime.replace(tzinfo=tzlocal())
--
You received this bug notification because you are a member of Ubuntu
Review Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/560226
Title:
pytr crashed with ValueError in getDateTime()
To manage notifications about this bug go to:
https://bugs.launchpad.net/pytrainer/+bug/560226/+subscriptions
More information about the Ubuntu-patch-reviews
mailing list