I need to determine local midnight based on user timezone. My initial interpretation of the utc_offset field in the device_settings message was that it would be used for timezone differences. However, re-reading the comment:
"Offset from system time. Required to convert timestamp from system time to UTC."
suggests that interpretation may be incorrect.
If I'm keeping UTC in my timestamps, is using the utc_offset to derive local time acceptable use?
And in either case, am I correct that the units is seconds?