Is it possible to find out which timezone the device is set to, including UTC offset in hours?
Couldn't find it in the docs.
var clockTime = System.getClockTime();
var zone = clockTime.timeZoneOffset / 3600f;
System.println(zone.format("%+.f"));