I have been trying to find why CONVERT_TZ(YYYY-MM-DD HH:MM:SS, "Europe/Athens", "America/Chicago") in MySQL Workbench output only null.
I found this and found the answer to my question. I have to load the timezones in MySQL. But I use my database locally and not on a server.
do you know if there is any equivalent command or any way to have the expected output of CONVERT_TZ locally?