Returns the current date and time expressed as Coordinated Universal Time (UTC) in short time string representation.

Syntax

Smartsite SXML CopyCode image Copy Code
datetime datetime.utcnow()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
DateTime The current date and time expressed as Coordinated Universal Time (UTC) in short time string representation.

Expand image Example

SXML