impactlab / eemeter

‼️ MOVED TO https://github.com/openeemeter/eemeter - Core computation engine for the Open Energy Efficiency Meter
https://eemeter.readthedocs.io/
MIT License
25 stars 13 forks source link

Standardize handling of timezone naive/aware datetime objects #90

Closed philngo closed 9 years ago

philngo commented 9 years ago

What is the right approach to take? I think eemeter is tz agnostic right now, but should it be? (and is it actually?)

cathydeng commented 9 years ago

it'd be safer & less confusing to make everything timezone aware.

looks like one issue in integrating w/ the django app is here: https://github.com/impactlab/eemeter/blob/master/eemeter/meter/library.py#L636