Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Description

Returns the ISO DateTime value (UTC time zone) for when a job was submitted. This means the value will be the same for all records in that job. Use ClockTime() to get an exact DateTime value for when the function was called per record.

Syntax

CurrentTime()

Examples

CurrentTime() returns current time in UTC Time Zone (Eg: 2019-09-30T16:38:45.979Z).

Return value datatype

DateTime
Last modified on April 20, 2026