Skip to content

Fix bugs in TimeZoneInfo.tzname#2337

Merged
mhammond merged 2 commits intomhammond:mainfrom
jaraco:bugfix/tzname
Oct 15, 2024
Merged

Fix bugs in TimeZoneInfo.tzname#2337
mhammond merged 2 commits intomhammond:mainfrom
jaraco:bugfix/tzname

Conversation

@jaraco
Copy link
Copy Markdown
Collaborator

@jaraco jaraco commented Jul 27, 2024

While reviewing #2334, we learned that .tzname didn't work at all. This patch adds a couple of tests and updates it to pass those tests.

@Avasam Avasam requested a review from mhammond July 27, 2024 21:18
"""

winInfo = self.getWinInfo(dt.year)
if self.dst(dt) == -winInfo.daylight_bias:
Copy link
Copy Markdown
Collaborator

@Avasam Avasam Jul 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just noticed, but probably better not to repeat self.dst call up to 3 times.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little reluctant to spend energy optimizing a function that's never been used. It's also unnecessary to address this bugfix. Let's leave it for another contrib (be my guest).

Copy link
Copy Markdown
Owner

@mhammond mhammond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay!

@mhammond mhammond merged commit e79a6e3 into mhammond:main Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants