Skip to content

Commit

Permalink
Change time format
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlGao4 committed Aug 23, 2024
1 parent 9cd7919 commit afd97ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions-generate-toc.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
instruments[catagory][name][filename] = (
urllib.parse.urljoin(download_url_prefix, urllib.parse.quote(i["Key"])), # type: str
i["Size"], # type: int
i["LastModified"].astimezone(datetime.timezone.utc).strftime("%Y-%m-%d %H:%M (UTC)")
i["LastModified"].astimezone(datetime.timezone.utc).strftime("%Y-%m-%d %H:%M:%S UTC")
)

r = requests.post("https://dl.muse-sounds.work/get-descriptions", json={"etags": list(descriptions_pending.keys())})
Expand Down

0 comments on commit afd97ee

Please sign in to comment.