Skip to content
Snippets Groups Projects
Commit be0994a0 authored by Carsten Hinz's avatar Carsten Hinz
Browse files

fixed create date in metadata

parent 93c4c3a9
No related branches found
No related tags found
1 merge request!11Creation of first beta release version
......@@ -12,7 +12,7 @@ from typing import Dict
import importlib.metadata
date_created = datetime.utcnow().strftime("%Y-%m-dT%H:%M:%SZ")
date_created = datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%SZ")
#date_created = datetime.now(datetime.UTC).strftime("%Y-%m-dT%H:%M:%SZ") # fix as utcnow will be removed in the future
COORDINATE_VARIABLES = ["latitude", "longitude", "time"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment