nextsimhub / nextsimdg

neXtSIM_DG : next generation sea-ice model with DG
https://nextsim-dg.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
10 stars 13 forks source link

Non universal date format in defaultLastOutput for ConfigOutput #678

Open andreapiacentini opened 2 months ago

andreapiacentini commented 2 months ago

The "zero" default date in https://github.com/nextsimhub/nextsimdg/blob/6eedb7e827ada2a3f5a51864c4043f6946e7d822/core/src/modules/DiagnosticOutputModule/ConfigOutput.cpp#L20 cannot be parsed by my std library. Replacing it by "1970-01-01T00:00:00Z" works just fine