PaulStoffregen / Time

Time library for Arduino
http://playground.arduino.cc/code/time
1.26k stars 668 forks source link

tzdata time zones #71

Open doanerock opened 7 years ago

doanerock commented 7 years ago

Is there any way to compensate for time zones like the tzdata database with this library?

blackketter commented 7 years ago

Check out: https://github.com/JChristensen/Timezone
It provides basic timezone (and DST) support, but not a full tzdata database.

doanerock commented 7 years ago

Looks like I basically has to make my own tzdata rules. I was hoping for something like https://github.com/rstephan/TimeZoneInfo so I can just copy over the already configured rules.