---
title: "ttl 1 day · RUAL Documentation"
description: "Gives you the current date plus 1 day. Useful as a TTL value."
canonical: https://docs.rual.nl/block-types/date/date_ttl_1_day
language: en
---

# ttl 1 day

This block is part of the [`date`](https://docs.rual.nl/block-types/date) group and was last modified in core [`v15.0.0`](https://docs.rual.nl/core-versions/150000).

Gives you the current date plus 1 day. Useful as a TTL value.

- date `date` The current date plus 1 day.

| `ttl` |
| --- |
| `expiry` |
| `expire` |
| `expires` |
| `current` |
| `now` |
| `plus` |

A typical wiring for [TTL 1 day](https://docs.rual.nl/block-types/date/date_ttl_1_day): the `date` out pin feeds [create document](https://docs.rual.nl/block-types/storage/function_create_document_from_mutations).

![Studio canvas example for the TTL 1 day block: typical wiring for TTL 1 day.](https://docs.rual.nl/canvas-examples/date_ttl_1_day.png)

### Commonly used with

In production blueprints, this block is most often wired together with:

- [set fields](https://docs.rual.nl/block-types/mutations/mutations_set_bp_field_multiple): this block feeds into it. Generates an array of mutations based on the given filled fields.

- [create document](https://docs.rual.nl/block-types/storage/function_create_document_from_mutations): this block feeds into it. Creates a document in the given storage.

- [new object](https://docs.rual.nl/block-types/object/object_new_fields): this block feeds into it. Builds a new object filled with the given fields.

### Version history

Introduced in [`v15.0.0`](https://docs.rual.nl/core-versions/150000).
