Skip to content

Fixing issues of daylight savings#35

Merged
storebrand-haakon merged 2 commits intomainfrom
daylight-saving-fix
Oct 6, 2025
Merged

Fixing issues of daylight savings#35
storebrand-haakon merged 2 commits intomainfrom
daylight-saving-fix

Conversation

@DagBertelsen
Copy link
Copy Markdown
Collaborator

Fixes an issue with daylight-savings.
Due to the storage to the database did not include a calendar the instant that where to be stored to the database where converted to an Timestamp that included the default timezone. By setting that UTC is written to the database this should now be fixed.

THIS IS A BREAKING CHANGE
Database columns used for time is renamed with the postfix _utc to show these values are in UTC.

The table inspection is updated to check for the new table version 2

Copy link
Copy Markdown
Collaborator

@storebrand-haakon storebrand-haakon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@storebrand-haakon storebrand-haakon merged commit ea94d21 into main Oct 6, 2025
2 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.

2 participants