ReferenceSQL FunctionsDate and timeutc_timeVersion: Latest-4.1On this pageCopy as MarkdownView as Markdown/docs/sql-reference/sql-functions/date-time-functions/utc_time.mdOpen in ClaudeOpen in ChatGPTBrowse all docs as Markdown/llms.txtutc_time Returns the current UTC time as a value in 'HH:MM:SS'. Syntaxβ TIME UTC_TIME() Examplesβ MySQL > select utc_time();+----------------+| utc_time() |+----------------+| 12:31:18 |+----------------+ keywordβ UTC_TIME,UTC,TIME