Closed aptiko closed 1 year ago
It seems that data_time_zone
is not being used anywhere. Therefore it is unsurprising that Meteoview stores Europe/Athens.
The addUPI problem is completely different. It's because the gateway in question is an 850, its local time zone is set at UTC, and the request is made without a df
parameter. See the addUPI reference page 12 for more information.
I've made some progress but still needs work. My work so far is in the branch issue477-adcontz, in the aptiko fork. Read the commit messages for more information.
This ticket will be only for AddUPI. I've moved the Meteoview2 problem, which is different, to #503.
AddUPI apparently stores Europe/Athens timestamps as UTC, i.e. it stores 2022-09-10 16:00 EEST as
2009-09-10 13:00
.Meteoview2 apparently stores Europe/Athens time instead of converting to EET.