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(posix): only adjust for dst if we are in dst #12

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Conversation

rockorager
Copy link
Owner

The Posix timezone adjustment was adjusting for DST if a DST adjustment
was available, as opposed to checking if we are actually in DST before
making the adjustment.

Fixes: #11

The Posix timezone adjustment was adjusting for DST if a DST adjustment
was available, as opposed to checking if we are actually in DST before
making the adjustment.
Annotate timestamp fields and args with the unit they require (s, ns,
etc).
@rockorager rockorager merged commit d943bc4 into main Oct 31, 2024
4 checks passed
@rockorager rockorager deleted the posix-dst-fix branch October 31, 2024 14:19
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.

.designation reports wrong timezone
1 participant