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 a 2022-01-01 00:00 +01:00.
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:00a2022-01-01 00:00 +01:00.