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
327 stars 92 forks source link

All my clock based on this library started to show one hour more today #41

Closed BugerDread closed 5 years ago

BugerDread commented 5 years ago

I will write more details later as now I have different thing to do, but all my clock based on ESP8266 and this library are showing +1 hour (now is 12:47 here, clock shows 13:47). Im Europe / Prague TZ, manually set (not geoIP), tried to restart and received wrong time again.

BugerDread commented 5 years ago

maybe wrong info about our TZ because "summer time" starts next week here http://www.timezoneconverter.com/cgi-bin/zoneinfo?tz=Europe/Prague

ropg commented 5 years ago

I will release a new version of ezTime, hopefully tomorrow.

ropg commented 5 years ago

I believe this is fixed by the fix for #38, my makeOrdinalTime function was off when the last of a given weekday in a given month was requested. Please reopen if problem reoccurs.