Comment 3 for bug 1446347

Revision history for this message
Fred Drake (fdrake) wrote :

Ok; I think I understand the problem now. It's not that the conversion to UTC was a problem, but that the input itself was insane, where the input I was dealing with was:

datetime.datetime(2010, 6, 1, 11, 17, 3, 5432, pytz.timezone("US/Eastern"))

because the resulting datetime value didn't have the right timezone.

Thanks!