I'm running weewx on a raspberry pi connected to a Vantage weather station.
I create a custom report that that National Weather Service downloads hourly.
The National Weather Service requires the times be in UTC.
I'd like to run my raspberry pi on local time so the weewx reports display local time.
Is there an option on a Time Tag to display UTC?
I'm currently using variations of
$current.dateTime.format("%H:%M %Z")
in my custom report, but these all display local time.
Do I have any options other than running the raspberry pi on UTC?
Thanks,
Eric