ZeevG/python-forecast.io

Datapoint sunriseTime is converted to datetime but sunsetTime isn't

Closed this issue · 2 comments

Was it a conscious choice to only convert one of these two values to the Python datetime class at https://github.com/ZeevG/python-forcast.io/blob/master/forecastio/models.py#L90? If not, can you standardize the interpretation of both fields?

This was not intended. Thanks for bringing it up. Times are in need of some improvements. I will fix this problem and have created this issue to address all the others.

#21

like
Thanks!