UTC_DATE
UTC_DATE()
Section titled “UTC_DATE()”Example
Section titled “Example”SELECT UTC_DATE();Output
Section titled “Output”+------------+| UTC_DATE() |+------------+| 2022-03-21 |+------------+Explanation
Section titled “Explanation”The UTC_DATE() function in MySQL retrieves the current date in UTC format. The provided SQL command uses this function to fetch and display the current date, formatted in the YYYY-MM-DD format.