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"
).
(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-tool
toolSubtype
:date-time-now