Generate Discord timestamp codes that show in every user's local time
How it works
Discord renders dynamic timestamps using the <t:unix:flag> syntax. They automatically display in each viewer's local timezone and update in real time for relative formats. Pick a date and time below, then copy the code for any format you need.
Select date & time
Discord timestamp codes
Click any copy button to grab the code, then paste directly into Discord.
Short Time
08:00 AM
<t:1782374400:t>Long Time
08:00:00 AM
<t:1782374400:T>Short Date
6/25/2026
<t:1782374400:d>Long Date
June 25, 2026
<t:1782374400:D>Short Date/Time
June 25, 2026 at 08:00 AM
<t:1782374400:f>Long Date/Time
Thursday, June 25, 2026 at 08:00 AM
<t:1782374400:F>Relative Time
in 54 minutes
<t:1782374400:R>Format flag reference
| Flag | Name | Example output |
|---|---|---|
:t | Short Time | 16:20 |
:T | Long Time | 16:20:30 |
:d | Short Date | 20/04/2021 |
:D | Long Date | 20 April 2021 |
:f | Short Date/Time | 20 April 2021 16:20 |
:F | Long Date/Time | Tuesday, 20 April 2021 16:20 |
:R | Relative Time | 3 years ago / in 2 hours |
Syntax: <t:UNIX_TIMESTAMP:FLAG> — omit the flag to use the default (Short Date/Time).
The Discord Timestamp Generator converts any date and time into Discord's dynamic `<t:unix:flag>` timestamp codes. These special codes automatically display in each viewer's local timezone and language — no more confusion over time zones when scheduling events, announcing releases, or coordinating across global communities. Supports all seven Discord timestamp formats including relative time.
A Discord timestamp is a special message code in the format <t:UNIX:FLAG> that Discord renders as a human-readable date or time. It automatically converts to each viewer's local timezone, so everyone in a server sees the correct time for their location.
Copy the generated code (for example <t:1713628800:F>) and paste it directly into any Discord message, channel description, or embed. Discord will render it as a formatted date and time automatically — no bots or commands needed.
Discord supports 7 format flags: :t (short time), :T (long time), :d (short date), :D (long date), :f (short date/time, the default), :F (long date/time with weekday), and :R (relative time like '3 hours ago' or 'in 2 days').
A Unix timestamp is the number of seconds elapsed since January 1, 1970 (UTC). Discord uses Unix timestamps in its <t:> codes. This tool calculates the correct Unix value from your chosen date and time automatically, so you don't need to do any math.