[We currently guess the user's timezone via an API](https://github.com/BenjaminEHowe/live-train-board/blob/cf2e6774c8935fc7a157088b2262c50cde52d2c8/mpy/badger_ldb.py#L151), but it's slow and can be inaccurate. Users should be able to configure an offset against UTC as (plus or minus) a number of minutes and seconds. See [Falsehoods programmers believe about time zones](https://www.zainrizvi.io/blog/falsehoods-programmers-believe-about-time-zones/).
We currently guess the user's timezone via an API, but it's slow and can be inaccurate. Users should be able to configure an offset against UTC as (plus or minus) a number of minutes and seconds.
See Falsehoods programmers believe about time zones.