Time Node
Outputs the time
This node allows you to output the current time. It is often connected to the LLM node as LLMs do not inherently know what time it is.
Node Inputs
No inputs for this node.
Node Parameters
On the face of the node:
-
Timezone: The timezone for the time. The available options are listed here Time Options. The default option is America/New York | GMT 04:00
- Type:
Dropdown
- Type:
In the gear:
-
Output Format: The format the time should be outputted. The available options are DD/MM/YYYY, DD-MM-YYYY / HH:MM:SS, Timestamp. The default format is DD/MM/YYYY.
- Type:
Dropdown
- Type:
Using the Delete fields you can add an offset for the time from the current time.
-
+/-: The delta time value is positive or negative
- Type:
Dropdown
- Type:
-
Value: The delta time value
- Type:
Integer
- Type:
-
Unit: The delta time unit. The available options are seconds, minutes, hours, days and weeks, The default option is seconds.
- Type:
Dropdown
- Type:
Node Outputs
-
Processed Time: The time according to parameters provided
-
Type:
Text
-
Example usage:
{{time_0.processed_time}}
-