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
Note: GMT might have DST UTC does not have DST
SELECT UTC_TIMESTAMP();
I made a cheatsheet here: Should MySQL have its timezone set to UTC?