ARPA-SIMC / agroTools

CriteriaOutput is a shell command to manage the agro-hydrological output of CRITERIA1D / GEO. The output of CRITERIA is stored in a SQLite database and can be exported to CSV, shapefile, NetCDF or geo-raster format, using this tool.
0 stars 0 forks source link

Aggiunta del timezone al CSV di FrostForecast #7

Open edigiacomo opened 2 years ago

edigiacomo commented 2 years ago

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.