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

Timestamp to Datetime conversions incorrect #73

Open
Shelnutt2 opened this issue Mar 27, 2018 · 0 comments
Open

Timestamp to Datetime conversions incorrect #73

Shelnutt2 opened this issue Mar 27, 2018 · 0 comments

Comments

@Shelnutt2
Copy link
Owner

Timestamp to Datetime conversions that happen in message upgrades are not correct. Timestamps are stored in UTC and mysql converts it to server timezone after select. During a normal offline alter table timestamps are converted to server timezone then written to the datetime field. We should do the same.

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

No branches or pull requests

1 participant