cbeyls / fosdem-companion-android

FOSDEM Companion for Android
Apache License 2.0
138 stars 93 forks source link

Add support for device timezone display #79

Closed cbeyls closed 2 years ago

cbeyls commented 2 years ago

The ZoneId used to display all dates and times is currently hardcoded to the conference timezone.

Change code to allow observing the ZoneId and update display on changes. The ZoneId is selected according to user settings, it's either the conference timezone like before or the local timezone which is monitored in real time.