ThreeSixes/EzClock

Integrate GMT offset code into time display and tracking functionality.

Closed this issue · 3 comments

Integrate GMT offset code into time display and tracking functionality.

This should also include a method to determine which time zone to display.

Global time zone variables and second flash color variables have been created to switch between time zones, with ID 0 / A being the default configured in setup(), and the default second flash color being set at its definition. We still need code to switch these out when we change time zones, and to add the current GMT offset to the time being displayed on the clock face.

This is complete.