lmirel / MorphingClockRemix

a remix on the work of HarryFun's MorphingClock
https://www.instructables.com/id/Morphing-Digital-Clock/
78 stars 30 forks source link

Auto DST #25

Open anthonyjclarke opened 4 years ago

anthonyjclarke commented 4 years ago

Wondering if anyone has had a go at updating the code to use a library such as https://github.com/ropg/ezTime to autoset DST?

lmirel commented 4 years ago

it is an interesting idea, if not for having all-in-one functionality. from a solution perspective, it might be simpler to use the timestamp from the openweather server to accomplish this. if I remember right, it comes with time data based on local info but I might be wrong.