avryhof / ambient_api

Python module for accessing the Ambient Weather API
MIT License
31 stars 18 forks source link

Make Timezone Aware #3

Open avryhof opened 5 years ago

avryhof commented 5 years ago

The current release is not TimeZone aware, so you need to compensate for the fact that data from the API is in UTC in your own code.

The 1.6.x series of releases will be about making the API TimeZone aware.