Skip to content

Commit

Permalink
build: fix datetime module for Linux Publish (electron#42489)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde authored Jun 13, 2024
1 parent cfdc623 commit 4701795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release/uploaders/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4701795

Please sign in to comment.