Skip to content

Commit

Permalink
review fix for python <3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Feb 11, 2024
1 parent 905de79 commit d6b7649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/format_tzdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ def markdown(zones):


def header(zones):
print(f"// ! ! ! DO NOT EDIT, AUTOMATICALLY GENERATED ! ! !")
print(f"// File created {datetime.datetime.now(tz=datetime.UTC)}")
print("// ! ! ! DO NOT EDIT, AUTOMATICALLY GENERATED ! ! !")
print(f"// File created {datetime.datetime.now(tz=datetime.timezone.utc)}")
print(f"// Based on IANA database {tzdata.IANA_VERSION}")
print(f"// Re-run <esp8266 arduino core>/tools/{sys.argv[0]} to update")
print()
Expand Down

0 comments on commit d6b7649

Please sign in to comment.