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

Format DateTime strings as correct ISO8601 #296

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

duckth
Copy link
Member

@duckth duckth commented Nov 12, 2024

Fixes #295

Turns out that the default string formatting of DateTime objects doesn't conform to ISO8601, so even when the object is saved as UTC; the app does not recognize it as UTC.

@duckth duckth added the bug Verified bug label Nov 12, 2024
@duckth duckth self-assigned this Nov 12, 2024
@duckth duckth force-pushed the feature/fix-utc-time-formatting branch from 91c6fb4 to df1a4d3 Compare November 13, 2024 14:05
@duckth duckth merged commit af9c81e into main Nov 17, 2024
5 checks passed
@duckth duckth deleted the feature/fix-utc-time-formatting branch November 17, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Swipe receipts are displayed in the wrong time zone
3 participants