Shifts date columns by a defined duration or granularity. You can select the date columns to shift and specify the shift value as a duration column, a numerical column with a granularity, or a constant numerical value with a granularity. Positive values shift the date forward; negative values shift it backward. Numerical values are interpreted based on the selected granularity.
Often used to adjust timestamps to account for time zone differences or reporting periods.
- Type: TableInput tableInput table containing date&time columns.