I’m having good success with using TimeZone.Current.SecondsFromGMT and making corrections to GMT. However, when the system is up and running and the host OS clock is changed, the value returned by TimeZone.Current.SecondsFromGMT doesn’t update.
Is there a method for refreshing the application to re-fetch the local DateTime/TimeZone data?