NodesProcess
ISO Time Delta
Slot Usage: 0
Overview
ISO Time Delta calculates the difference between a start time and an end time (or the current execution time) in a chosen unit.
Input
Start Time
string requiredStarting datetime for the delta calculation. Can be connected from another node output.
Use Execution Time as End Time
booleanIf enabled, the process execution time is used as the end time. If disabled, End Time must be set.
Default: true
End Time
string requiredEnding datetime for the delta calculation. Shown and required when Use Execution Time as End Time is disabled.
Time Unit
stringUnit for the reported delta.
Values:
MILLISECONDS(default) — MillisecondsSECONDS— SecondsMINUTES— MinutesHOURS— HoursDAYS— Days
Use Local Timezone
boolean advancedIf enabled, the calculation uses the local timezone. Otherwise it uses UTC.
Default: true
Output
Delta Time
numberTime difference between start and end in the selected unit. Returns -1 if Start Time or End Time is empty.