My collegue and I are programming a xamarin.forms app. In our app there is a timepicker. The value of that time is stored in sqlite database and loaded when the page is loaded. The time is stored in utc time and displayed in local time. Is there a possibility to react on timezone changes without closing and reopen the app.
For example: I am in Austria and set the time to 9:00. When I am travelling to London 8:00 should be displayed without closing and reopening the app.
Is there something like a timezone changed event in xamarin?