mirror of
https://github.com/frozenpandaman/s3s.git
synced 2026-07-19 00:42:48 -05:00
commit
54afe686d8
2
s3s.py
2
s3s.py
|
|
@ -1878,7 +1878,7 @@ def main():
|
|||
overview_filename = "overview.json"
|
||||
else:
|
||||
export_dir = os.path.join(cwd, 'exports')
|
||||
utc_time = datetime.datetime.utcnow().strftime('%Y%m%dT%H%M%SZ')
|
||||
utc_time = datetime.datetime.now(datetime.timezone.utc).replace(tzinfo=None).strftime('%Y%m%dT%H%M%SZ')
|
||||
overview_filename = f'overview-{utc_time}.json'
|
||||
if not os.path.exists(export_dir):
|
||||
os.makedirs(export_dir)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user