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

Explicitly specify timezone for TIMESTAMP values #3012

Merged

Conversation

alexshtin
Copy link
Member

What changed?
Explicitly specify timezone for TIMESTAMP values.

Why?
Without timezone, scripts don't work if default timezone has negative offset from UTC. Closes #1826.

How did you test it?
Run locally with different timezone settings.

Potential risks
No risks.

Is hotfix candidate?
No.

@alexshtin alexshtin requested a review from a team as a code owner June 22, 2022 19:44
Copy link
Member

@yiminc yiminc left a comment

Choose a reason for hiding this comment

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

Could you verify that this works for v5.7 as well.

@alexshtin
Copy link
Member Author

Verified with 5.7. Works.

@alexshtin alexshtin merged commit c7d831b into temporalio:master Jun 23, 2022
@alexshtin alexshtin deleted the feature/specify-timezone-in-timestamp branch June 23, 2022 06:01
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 v8.0: Error 1067: Invalid default value for 'session_start'
2 participants