You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per evitare ambiguità ed errori di interpretazione del dato, si potrebbe aggiungere l'informazione del timezone nella formattazione della data, quindi da e.g. 2022-01-01 00:00 a 2022-01-01 00:00 +01:00.
The text was updated successfully, but these errors were encountered:
La data del CSV viene stampata nel formato
yyyy-mm-dd HH:MM
(https://github.com/ARPA-SIMC/agroTools/blob/v1.4.1/bin/frostForecast/frost.cpp#L500) ed è implicitamente in +01:00 (CET).Per evitare ambiguità ed errori di interpretazione del dato, si potrebbe aggiungere l'informazione del timezone nella formattazione della data, quindi da e.g.
2022-01-01 00:00
a2022-01-01 00:00 +01:00
.The text was updated successfully, but these errors were encountered: