Maybe a widget can indicate the timezone so we do not change the watchface?
(new Date()).getIsDST()
should tell DST on/off
and
(new Date()).getTimezoneOffset()
the zone.
Personally I would prefer having there +1 instead of the abbrevation CET (Paris)
@user140377 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Maybe a widget can indicate the timezone so we do not change the watchface?
should tell DST on/off
and
the zone.
Personally I would prefer having there +1 instead of the abbrevation CET (Paris)