Skip to main content
Shifts a date or datetime forward or backward by a duration assembled from one or more units. Common patterns: “today plus 30 days”, “this datetime minus 2 hours”, “valid_from plus 1 month”.

Inputs

  • Date — the date or datetime to shift.
  • Years, Months, Days, Hours, Minutes — each can be wired or typed as a literal in the inspector. Negative values shift backward. Unwired units fall back to the inspector value (default 0).

Date vs datetime

Date inputs ignore Hours and Minutes — there is no time of day to move. Datetimes honour every unit.

Timezone

Optional IANA zone name (e.g. Europe/Stockholm). When set, DateTime inputs are shifted in that zone’s wall clock — useful when “+1 day” should cross DST cleanly rather than always adding 24 hours of UTC. Date and NaiveDateTime inputs ignore the field.

Ports