Skip to content

Commit 897fff1

Browse files
authored
Update create_readme.py
1 parent 1586d8a commit 897fff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/create_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def main() -> bool:
170170
logger.error("Something likely went wrong as there are not enough repos listed, don't override README")
171171
sys.exit(1)
172172

173-
now = datetime.now(timezone.UTC).strftime("%b %d %Y, %H:%M %Z")
173+
now = datetime.now(timezone.utc).strftime("%b %d %Y, %H:%M %Z")
174174
template = Template(Path("./python/README_TEMPLATE.md.jinja").read_text())
175175

176176
f = Path("./README.md")

0 commit comments

Comments
 (0)