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 timezone test #930

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Fix timezone test #930

merged 1 commit into from
Dec 11, 2023

Conversation

etiennebarrie
Copy link
Member

The test was created when DST was on, and now we're not, so this causes a one-hour difference in the utc_offset.

We could add some logic around this, but if we reuse the date and format it instead of using a literal, this should ensure they're both in DST or not.

The test was created when DST was on, and now we're not, so this causes
a one-hour difference in the utc_offset. We could add some logic around
this, but if we reuse the date and format it instead of using a literal,
this should ensure they're both in DST or not.
@etiennebarrie etiennebarrie merged commit e2826d4 into main Dec 11, 2023
33 checks passed
@etiennebarrie etiennebarrie deleted the fix-timezone-test branch December 11, 2023 14:05
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.

2 participants