Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs in TimeZoneInfo.tzname #2337

Merged
merged 2 commits into from
Oct 15, 2024
Merged

Conversation

jaraco
Copy link
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.

"""

winInfo = self.getWinInfo(dt.year)
if self.dst(dt) == -winInfo.daylight_bias:
Copy link
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
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
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
31 checks passed
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