> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Date & Time

> Provide a fixed date and time to a workflow.

**Date & Time** is a compact value node. Choose a date and local time in the
editor; the value is stored as an exact ISO timestamp.

## Input

| Input           | Type        | Required | Description                    |
| --------------- | ----------- | -------- | ------------------------------ |
| **Date & Time** | Date & Time | Yes      | The fixed date and time value. |

## Output

| Output | Type        | Description                 |
| ------ | ----------- | --------------------------- |
|        | Date & Time | The selected date and time. |

<Note>
  The editor interprets the entered clock time in the browser's local timezone,
  then stores the corresponding instant. If the workflow must construct a time
  relative to execution, use **Relative Date** instead.
</Note>
