ocf / ocflib

Python libraries for account and server management
https://pypi.python.org/pypi/ocflib
Other
15 stars 32 forks source link

Use correct timezone #64

Closed kpengboy closed 7 years ago

kpengboy commented 7 years ago

The Z stands for UTC time, which is misleading because our times are not actually in UTC time. This fixes it to show the correct timezone.

matthew-mcallister commented 7 years ago

Wow, I didn't even realize. If it works, ship it.

kpengboy commented 7 years ago

Looks like I've caught all the places which need to be updated to produce an aware datetime object. If I've missed any, we'll get a ValueError soon and fix that...