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

MySQL boxfile.yml Config Request: default-time-zone #29

Open
pablorsk opened this issue Feb 26, 2018 · 2 comments
Open

MySQL boxfile.yml Config Request: default-time-zone #29

pablorsk opened this issue Feb 26, 2018 · 2 comments

Comments

@pablorsk
Copy link

pablorsk commented Feb 26, 2018

It would be very helpful to be able to set the default-time-zone, because on every service restart we need run this query

SET GLOBAL time_zone = '-3:00'

If a config is not necesary, what's the way to set timezone on mysql? (like PHP)

@danhunsaker
Copy link

danhunsaker commented Feb 27, 2018

Our plan is to ultimately auto-set time zone info throughout an app's components, at the app level. So you'd set the time zone in your dashboard when setting up your app, then deploy. For existing apps, you'd want to rebuild your data components, then redeploy your code components.

That said, we may be able to expose this configuration option in the meantime. 😊

@pablorsk
Copy link
Author

@danhunsaker, It's a great idea, and better than mine. For now, I undestarnd, we don't have any alernative to set timezone on Mysql, like PHP. rigth?

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

2 participants