Update Device service changing time zone
In my app, the register device service is automatically and correctly setting the device's time zone (in the case of my test device, GMT-3.
However, when I call the update device service to set a custom value, even though my service call makes no mention of timezone, it's still setting the device's timezone to uct.
If there's no option other than sending the proper value for the timezone every time I call the update device service (which I'd rather not do), how can I get information about the device's timezone?