GETUTCDATETIME

Syntax

GETUTCDATETIME ( )

Description

Returns the current UTC/GMT date and time from the computer where the Connect on-premise agent is installed.

Returns

The current UTC/GMT time.

Remarks

Use GETUTCDATETIME( ) as a link to a CreatedDate or ModifiedDate field, which populates the field with the current UTC date and time that this record was inserted or updated.

Example

GETUTCDATETIME( )

Returns: UTC date and time in yyyy-mm-dd hh:mm:ss:mmm format, such as

2016-04-30 13:10:02.047

Related Topics

DateTime Functions

GETDATETIME