This sounds simple enough but I haven\'t been able to figure out how to use a simple SELECT statement to return the current time in GMT.
I have been trying to use CO
I was searching for my time zone which is GMT+6 (Asia/Dhaka TimeZone)
MySQL server is in US. The below worked for me.
SELECT CONVERT_TZ( UTC_TIMESTAMP( ) , '+06:00', '+00:00' )