mirror of
https://github.com/simon987/sist2.git
synced 2025-12-14 07:49:06 +00:00
Fix timestamps in sist2-admin #359
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user