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
This should work - I think you are specified your timezone wrong. Using Chicago as example
SELECT CONVERT_TZ(NOW(), 'America/Chicago', 'GMT')