MySQL UTC_DATE Function

MySQL UTC_DATE is one of the Date Functions, which returns the current UTC date value in YYYY-MM-DD or YYYYMMDD format. The syntax of the UTC date Function in MySQL is as shown below: UTC_DATE;UTC_DATE(); MySQL UTC_DATE Example The following query shows you the basic use of this UTC date function. SELECT UTC_DATE;SELECT UTC_DATE(); As you can see … Read more