Page 1 of 1

MYSQL GMT question

Posted: Fri Apr 22, 2005 9:19 pm
by Texan
OK, I am inserting some data in my db. but I want to use datetime for two
columns: entry_time_local & entry_time_gmt. In the SQL I know that the local
time entry is just now() but how do I get the gmt time? Do I need to build the
string manually or is there a built-in function for this?

Thanks

Posted: Fri Apr 22, 2005 9:28 pm
by Wldrumstcs