Comment 8 for bug 560226

Revision history for this message
Brian Murray (brian-murray) wrote :

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())