-
Notifications
You must be signed in to change notification settings - Fork 188
Fix _convert_to_desired_timezone loses hightime accuracy for DST conversions #864
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 _convert_to_desired_timezone loses hightime accuracy for DST conversions #864
Conversation
74bb521 to
d84aa84
Compare
bkeryan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with suggestions
fffe205 to
6462c37
Compare
Oops, I forgot about https://github.com/EnricoMi/publish-unit-test-result-action?tab=readme-ov-file#support-fork-repositories-and-dependabot-branches when I updated the required checks. |
Pull request was closed


This contribution adheres to CONTRIBUTING.md.
I've updated CHANGELOG.md if applicable.
I've added tests applicable for this pull request
What does this Pull Request accomplish?
Preserve hightime accuracy for DST conversions in _convert_to_desired_timezone.
Add a test for DST with femtoseconds.
Why should this Pull Request be merged?
Fixes #860
#AB3439749
What testing has been done?
mypy passes