petykowski / London-TFL-Arrivals-Board

Miniature Python-based TfL arrivals board running via Raspberry Pi Zero W
40 stars 11 forks source link

Clock Should Always Display in London Timezone #6

Closed petykowski closed 4 years ago

petykowski commented 4 years ago

Currently the system will use the localtime() function when generating the arrival board's clock. This will create a display issue if the system's timezone is incorrectly set.

While there is the idea that displaying local time could be beneficial to those who live outside of London timezone (for use as a desk clock, etc.), this project is geared towards the replication of the TFL arrivals board as opposed to a general/fun display.