We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1586d8a commit 897fff1Copy full SHA for 897fff1
python/create_readme.py
@@ -170,7 +170,7 @@ def main() -> bool:
170
logger.error("Something likely went wrong as there are not enough repos listed, don't override README")
171
sys.exit(1)
172
173
- now = datetime.now(timezone.UTC).strftime("%b %d %Y, %H:%M %Z")
+ now = datetime.now(timezone.utc).strftime("%b %d %Y, %H:%M %Z")
174
template = Template(Path("./python/README_TEMPLATE.md.jinja").read_text())
175
176
f = Path("./README.md")
0 commit comments