UTCDate

The UTCDate function returns the current system date aligned to UTC.

Syntax

UTCDate()

Return Type

Date

Details

Use the CurDate function instead of UTCDate if you want the current date relative to the Pacific timezone.

Examples

select UTCDate(), 
TypeNameOf(UTCDate()) 
from Empty();

utcdate_01

Related Functions

CurDate

CurDateTime

UTCDateTime