Date/Time Now Tool
The Date/Time Now Tool returns the current date and time in ISO 8601 format.
It is useful for workflows that require a timestamp or need to know the current time.
- Inputs
- Outputs
- Node Type
city¹ (string): Name of the city to fetch the time for (e.g.,"New York").requireToolUse(boolean, user config): Require tool use (forces the LLM to always call this tool; default: true)Note: When enabled, the node will retry tool calls up to the number of times set in Max Tool Retries in the AI Data Processing Node.

(1) Provided by the AI Data Processing Node as a result of processing it's input.
iso: Current date and time in ISO 8601 format (e.g.,2024-06-10T12:34:56.789Z)locale: Current date and time in the user's locale stringunix: Current time as a Unix timestamp (seconds since epoch)
Example Output:
{
"iso": "2024-06-10T12:34:56.789Z",
"locale": "6/10/2024, 12:34:56 PM",
"unix": 1718020496
}
ai-tooltoolSubtype:date-time-now