UTC_DATE() returns the current UTC date : UTC_DATE « Date Time Functions « MySQL Tutorial






The format is in 'YYYY-MM-DD' or YYYYMMDD format, depending on whether the function is used in a string or numeric context.

mysql>
mysql> SELECT UTC_DATE(), UTC_DATE() + 0;
+------------+----------------+
| UTC_DATE() | UTC_DATE() + 0 |
+------------+----------------+
| 2007-07-23 |       20070723 |
+------------+----------------+
1 row in set (0.00 sec)

mysql>








14.52.UTC_DATE
14.52.1.UTC_DATE() returns the current UTC date