Clock
Retrieves current date and time
Processing
For every input row, the step takes a snapshot of the current date and time. It makes that information available in a number of ways in its results.
Settings
This step has no settings.
Results
Name | Type | Description |
---|---|---|
local |
datetime | current time in local timezone |
utc |
datetime | current time in UTC timezone |
unix |
long | seconds since epoch |
unix_ms |
long | milliseconds since epoch |