DateTime

A literal date and time value.

Emits a fixed date and time. Use it to supply an exact timestamp to comparisons or field updates.

Inputs

This node has no inputs.

Outputs

  • ValueDate. Represents the configured literal date and time.

Configuration

  • ValueDatetime. Controls the date and time emitted by the node.

Example use cases

Compare against a deadline

Provide a constant datetime and compare a ticket's created time against it to find overdue work.

See also