bikebrigade / dispatch

Bike Brigade's dispatching software! 🚴
https://bikebrigade.ca
Apache License 2.0
74 stars 9 forks source link

config: support APP_TZ to configure time zone #393

Closed danp closed 3 months ago

danp commented 3 months ago

Describe your changes

Currently, the app has "America/Toronto" hardcoded as the time zone in LocalizedDateTime. That makes it harder to use in other zones.

To help that, support APP_TZ in the environment. If set, use that value instead. The default is still America/Toronto.

Updates #381

Checklist before requesting a review