ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
340 stars 93 forks source link

timeZone for US is not working #182

Closed vdevan closed 2 months ago

vdevan commented 2 months ago

I wanted to add Knoxville / Tennesse and found that I was 3 hours off. Then I tried setLocation("America/Boston") which should be the same for Knoxville as well. This reported 4 hours off as well

vdevan commented 2 months ago

I think I found the problem. The setLocation for Timezone should be basically as per https://en.wikipedia.org/wiki/List_of_tz_database_time_zones since then I have compiled proper listing myself.