Daniel-Doggy
Verified User
- Joined
- Nov 16, 2019
- Messages
- 469
Hello everyone,
I often run MySQL queries to clean-up some data in my tables.
I am planning on creating a query that I can auto run every once in a while,
Unfortunately that query needs to be timezone aware. (And also summer/winter time aware.)
Now in MySQL, timezones can be installed so that I can just do convert_tz with the timezone name (Example: Europe/Amsterdam) but when I run a test query the convert_tz it always returns null as it seems like MySQL does not have timezones installed.
So does anyone know how I can tell custombuilds to also install the MySQL timezones?
As far as I can see there is nothing in the docs on how to do it.
I often run MySQL queries to clean-up some data in my tables.
I am planning on creating a query that I can auto run every once in a while,
Unfortunately that query needs to be timezone aware. (And also summer/winter time aware.)
Now in MySQL, timezones can be installed so that I can just do convert_tz with the timezone name (Example: Europe/Amsterdam) but when I run a test query the convert_tz it always returns null as it seems like MySQL does not have timezones installed.
So does anyone know how I can tell custombuilds to also install the MySQL timezones?
As far as I can see there is nothing in the docs on how to do it.