ReferenceSQL ReferenceSQL FunctionsfunctionsCURRENT_TIMESTAMPVersion: 24.1.xOn this pageCURRENT_TIMESTAMPCategories: System, Date/TimeCURRENT_TIMESTAMPReturns the current timestamp for the system in UTC time only.SyntaxCURRENT_TIMESTAMP() → TIMESTAMPExamplesCURRENT_TIMESTAMP exampleSELECT CURRENT_TIMESTAMP()-- 2021-06-24 06:11:51.567000Usage NotesThis function can be called without the parentheses.