Comment 4 for bug 266314

Revision history for this message
Mark Sapiro (msapiro) wrote :

>Isn't the real problem that the time zone has been
>stripped from the string in the first place?

Sort of. The problem here is that the string is produced by
time.asctime() which doesn't put a timezone in the string.
Changing this would be a significant change to the archiver
which might well break something else - at least if I did it :-)