ReferenceSQL ReferenceSQL FunctionsfunctionsCURRENT_TIMESTAMPVersion: current [24.2.x]On 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.