pub fn get_utc() -> Result<u32>
Get the current UTC time in seconds since Unix epoch.
Convenience function: returns monotonic time + NTP offset.
Returns Error::NotSupported if no sync has been performed.
Error::NotSupported