Used on its own, the {timestamp} variable only returns a numeric value.
To get a readable display, you have to use the style parameter.
Timestamps
Timestamps display a dynamic date or time, interpreted directly by Discord. They automatically adapt to the user's language, their time zone and the moment the message is read.
Usage
The {timestamp} variable represents a date as a Discord timestamp.
Simplified example:
{timestamp}
You can find the other existing variables by clicking here
The style parameter
The style parameter chooses the timestamp's display format.
Variables
| Style | Example rendering | Description |
|---|---|---|
t | 14:32 | Short time |
T | 14:32:18 | Long time |
d | 25/01/2019 | Short date |
D | 25 January 2019 | Long date |
f | 25 January 2019 14:32 | Date and time |
F | Friday 25 January 2019 14:32 | Full date and time |
R | 2 hours ago | Relative display |
Examples of use
- Short date:
{timestamp:style=d} - Full date and time:
{timestamp:style=F} - Relative display:
{timestamp:style=R}

