I've got a case where I need to get the local date/time from the device. It doesn't appear that the APK can pickup the local timezone. TimeZone.CurrentTimeZone.StandardName returns GMT instead of my set timezone.
Has anyone had this issue and any success solving it?