Description
Adds a given duration unit to a given time. If a tz identifier is provided, uses that time zone instead of the local time zone.
Available In
- Apps
- Automations
Syntax
ADD_TIME(date: Datetime or Date, amount: Integer, unit: Text, timezone?: Text)
Example
ADD_TIME(01/01/2019 12:30, 1, 'months', 'Asia/Baghdad') = 01/02/2019 12:30
