Back to Starrocks

utc_timestamp

docs/en/sql-reference/sql-functions/date-time-functions/utc_timestamp.md

4.1.0680 B
Original Source

utc_timestamp

Returns the current UTC date and time as a value in 'YYYY-MM-DD HH:MM:SS' or 'YYYYMMDDHHMMSS' format depending on the usage of the function, for example, in a string or numeric context.

Syntax

Haskell
DATETIME UTC_TIMESTAMP()

Examples

Plain
MySQL > select utc_timestamp(),utc_timestamp() + 1;
+---------------------+---------------------+
| utc_timestamp()     | utc_timestamp() + 1 |
+---------------------+---------------------+
| 2019-07-10 12:31:18 |      20190710123119 |
+---------------------+---------------------+

utc_timestamp() + N means adding N seconds to the current time.

keyword

UTC_TIMESTAMP,UTC,TIMESTAMP