Skip to content

Fix #105: Correctly scan TIMESTAMP columns when the user has a non-UTC TimeZone set #111

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

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

Mytherin
Copy link
Contributor

Fixes #105

When loading TIMESTAMP_TZ columns from MySQL - they are send over in UTC already, so we should not reinterpret these as being in the users' timezone.

…re send over in UTC already, so we should not reinterpret these as being in the users' timezone
@Mytherin Mytherin merged commit 360c933 into duckdb:main Jan 29, 2025
16 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.

mysql extension treats "timestamp" column as "timestamp with timezone", causing data errors
1 participant