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

# Add date & time

> The **Add date & time** step adds a column with the current date and time, with customizable offset by days and timezones. The current date and time will be determined at the time the flow is run. This step can be useful for tasks like logging updated times.

## Input/output

Connect any data into this step. It'll give you the output data of a 'New DateTime' column appended to your dataset where the current date and time is noted (based on when the flow is run).

<Frame>
  ![Output dataset with a New DateTime column appended showing the current timestamp on each row](https://cdn.prod.website-files.com/663559c9207f91d5a1ba91e4/66c7908c1ed89509edb61a98_66c79086082e690bb5b1ccf3_Screenshot%25202024-08-22%2520at%252012.24.32%25E2%2580%25AFPM.png)
</Frame>

## Default settings

By default, this step will have 'New DateTime' in the 'Column name' field, but you can customize this name to anything you prefer.

All date and time values created look like this format: 2019-09-18 12:33:09 (which is a format of YYYY-MM-DD hh:mm:ss). If you prefer a different format, connect a [**Format dates**](/product/transform/format-dates) step right after this one to get the date values in your preferred way.

## Custom settings

A date that is 0 days offset will be the current date and time. If you choose a positive value, it will be in the future, while a negative value will be in the past. If we add 1 to the 'Offset' field, it shows us the date time stamp for this time tomorrow. If we add -1 to the 'Offset' field, it'll show us the date and time stamp for this time yesterday.

You can click 'Add Date & Time Rule' to add multiple dates using a single step. Each rule will make a new column and the values of the column will be the same for every row. You might make multiple columns if you need the current date and time across different time zones or you want to have columns of varying offsets.

## Related steps

* [Format dates](/product/transform/format-dates) — change the appearance of the new date column to match your output format.
* [Compare dates](/product/transform/compare-dates) — calculate the difference between this run timestamp and another date column.
* [Add text column](/product/transform/insert-text-column) — append other static values alongside the timestamp.
* [Add if/else column](/product/transform/insert-if-else-column) — branch logic based on the current run date.
* [Filter rows](/product/transform/filter-rows) — filter records relative to the timestamp this step adds.
