opencivicdata / imago

django app powering Open Civic Data API
Other
12 stars 12 forks source link

Convert datetimes with an existing timezone to UTC #81

Closed mjumbewu closed 8 years ago

mjumbewu commented 8 years ago

datetime objects already stored with timezones were causing dout to fail. localize should only be used on naive datetime values. This uses astimezone for timezone-aware objects.