Fix timestamps in sist2-admin #359

This commit is contained in:
2023-05-25 20:51:06 -04:00
parent 6bf2b4c74d
commit f0fd708082
5 changed files with 11 additions and 13 deletions

View File

@@ -238,7 +238,7 @@ class Sist2:
if options.output is None:
options.output = os.path.join(
self._data_dir,
f"scan-{options.name.replace('/', '_')}-{datetime.now()}.sist2"
f"scan-{options.name.replace('/', '_')}-{datetime.utcnow()}.sist2"
)
args = [