MySQL UTC_TIMESTAMP

MySQL UTC_Timestamp function is one of the Date Functions, which returns the current UTC date and time value in YYYY-MM-DD HH:MM:SS or YYYYMMDDHHMMSS.uuu format. The basic syntax of the UTC_timestamp Function is as shown below: UTC_TIMESTAMP;UTC_TIMESTAMP(); MySQL UTC_TIMESTAMP Example The following query shows the basic use of this UTC timestamp function. SELECT UTC_TIMESTAMP;SELECT UTC_TIMESTAMP(); As … Read more