Best way to get unix timestamp for current UTC time in MySQL

Try just:

UNIX_TIMESTAMP()

And see here: http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_unix-timestamp

Leave a Comment