---
title: "ADD_TIME()"
slug: "add-time"
updated: 2025-10-14T16:28:20Z
published: 2025-11-19T15:55:50Z
canonical: "support.tulip.co/add-time"
---

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

# ADD_TIME()

## 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
