Browse Source

backports

master
Nils 3 years ago
parent
commit
ee5d5f8d7a
  1. 2
      atomfeedgen.py

2
atomfeedgen.py

@ -61,7 +61,7 @@ for cl in changelogData.split("\n\n"):
print(firstLine)
date, semVersion = firstLine.split("Version")
semVersion = semVersion.strip()
isodate = datetime.fromisoformat(date.strip())
isodate = fromisoformat(date.strip())
isodate = isodate.replace(tzinfo=ZoneInfo("UTC"))

Loading…
Cancel
Save