Skip to content

Commit

Permalink
Imagine forgetting to apply your fixes: Fix C98 issue on Pi
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Nov 21, 2024
1 parent 6a9cfdc commit 8e44735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/birthday.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def iana_to_dataclass(iana: str) -> TimeZoneInfo:
return TimeZoneInfo(
iana=iana,
aka=rn.strftime("%Z"),
offset=rn.strftime("%:z"),
offset=offset,
)


Expand Down

0 comments on commit 8e44735

Please sign in to comment.