jnthas / clockwise

do-it-yourself, full-featured and smart wall clock device
https://clockwise.page
MIT License
264 stars 34 forks source link

Manual Posix timezone string support to allow offline Clockwise clock #42

Closed JeffWDH closed 11 months ago

JeffWDH commented 11 months ago

The way the ezTime library is used by Clockwise forces the clock to have Internet access to the ezTime timezone service to obtain the Posix timezone string. This PR adds an optional setting that allows you to specify your own string manually and allows the clock to work 100% offline using your own local NTP server.

image

Additionally, a list of timezones and their respective Posix strings is included with this. (PosixTimezoneStrings.txt)

Solves #39.

jnthas commented 11 months ago

Thank you for your contribution!