diff --git a/script/upload.py b/script/upload.py index 6d71fc69d4d7..7809d65dd738 100755 --- a/script/upload.py +++ b/script/upload.py @@ -37,7 +37,7 @@ def main(): args = parse_args() if args.upload_to_s3: utcnow = datetime.datetime.utcnow() - args.upload_timestamp = utcnow.strftime('%Y-%m-%d_%H:%M:%S') + args.upload_timestamp = utcnow.strftime('%Y%m%d') if not dist_newer_than_head(): run_python_script('create-dist.py')