build: fix datetime module for Linux Publish (#42489)
This commit is contained in:
parent
cfdc623c4d
commit
4701795dc0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ def main():
|
||||||
if args.verbose:
|
if args.verbose:
|
||||||
enable_verbose_mode()
|
enable_verbose_mode()
|
||||||
if args.upload_to_storage:
|
if args.upload_to_storage:
|
||||||
utcnow = datetime.datetime.now(datetime.UTC)
|
utcnow = datetime.datetime.utcnow()
|
||||||
args.upload_timestamp = utcnow.strftime('%Y%m%d')
|
args.upload_timestamp = utcnow.strftime('%Y%m%d')
|
||||||
|
|
||||||
build_version = get_electron_build_version()
|
build_version = get_electron_build_version()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue