Skip to content

fix:SQLite missing timezone 'fix'#15

Merged
fxai merged 1 commit intomainfrom
fix/frontend/sqlite-date
May 5, 2026
Merged

fix:SQLite missing timezone 'fix'#15
fxai merged 1 commit intomainfrom
fix/frontend/sqlite-date

Conversation

@fxai
Copy link
Copy Markdown
Collaborator

@fxai fxai commented May 5, 2026

What

Quick fix for SQLite missing timezone in datetime response. Opted for quick fix in frontend instead of backend.

Why

SQLite does not send a time zone with the time. So this is a quick fix in the frontend. We assume if no timezone is sent with a datetime it is UTC.

How

Extended dateFormater to include a regex filter to identify if a datetime includes a timezone...should work for all

@fxai fxai merged commit f6fffc4 into main May 5, 2026
5 checks passed
@fxai fxai deleted the fix/frontend/sqlite-date branch May 5, 2026 12:50
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.

1 participant