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

Time-zone-aware date handling #63

Merged
merged 3 commits into from
May 21, 2024
Merged

Time-zone-aware date handling #63

merged 3 commits into from
May 21, 2024

Conversation

d-cogswell
Copy link
Collaborator

This change defines timestamps using UTC, and then converts them to the local time zone. Dates now have a time zone and are directly comparable. For regression testing, the dates are converted to Unix timestamps for comparison.

@d-cogswell d-cogswell changed the title Better time zone aware date handling Time zone aware date handling May 17, 2024
@d-cogswell d-cogswell linked an issue May 17, 2024 that may be closed by this pull request
@d-cogswell d-cogswell changed the title Time zone aware date handling Time-zone-aware date handling May 17, 2024
@d-cogswell d-cogswell linked an issue May 20, 2024 that may be closed by this pull request
@d-cogswell d-cogswell merged commit 7f3c296 into development May 21, 2024
5 checks passed
@d-cogswell d-cogswell deleted the issue/57 branch May 21, 2024 15:31
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.

Missing test data and CI Some timestamps are converted to local time
1 participant