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:
|
||||
enable_verbose_mode()
|
||||
if args.upload_to_storage:
|
||||
utcnow = datetime.datetime.now(datetime.UTC)
|
||||
utcnow = datetime.datetime.utcnow()
|
||||
args.upload_timestamp = utcnow.strftime('%Y%m%d')
|
||||
|
||||
build_version = get_electron_build_version()
|
||||
|
|
Loading…
Add table
Reference in a new issue