Discord Timestamp Generator
Pick any date and time, copy the code, and paste it into Discord. It renders in every member's own time zone — one code, correct for everyone.
Discord timestamp formats
A timestamp is written as <t:UNIX:style> — the letter picks the format. Omitting it defaults to f.
| Style | Syntax | Example | Description |
|---|---|---|---|
t | <t:UNIX:t> | 4:08 PM | Short time |
T | <t:UNIX:T> | 4:08:32 PM | Long time |
d | <t:UNIX:d> | 07/04/2026 | Short date |
D | <t:UNIX:D> | July 4, 2026 | Long date |
f | <t:UNIX:f> | July 4, 2026 4:08 PM | Short date & time |
F | <t:UNIX:F> | Saturday, July 4, 2026 4:08 PM | Long date & time |
R | <t:UNIX:R> | in 3 hours | Relative (auto-updates) |
How Discord timestamps work
Discord timestamps solve a common problem in international communities: a time written as plain text forces everyone to do the maths for their own zone. A timestamp stores one absolute moment and lets Discord convert it, so each person sees their own correct local time — and the relative format even counts down live.
To use one, generate the code above, copy it, and paste it anywhere Discord accepts text: messages, embeds, channel topics, or scheduled event descriptions. The code only renders inside Discord — elsewhere it stays as raw text.
Frequently asked questions
What is a Discord timestamp?+
A special code, <t:UNIX:style>, that Discord renders as a date or time. Because it is based on a Unix timestamp, every member sees it in their own time zone automatically.
How do I use a Discord timestamp?+
Pick a date and time above, copy the generated code (for example <t:1751600000:F>), and paste it into any Discord message or event description.
Why does it show a different time for each user?+
The code stores an absolute moment in UTC. Discord converts it to each viewer's local time zone, so one code is correct for everyone.
What does the R (relative) format do?+
<t:UNIX:R> shows a live "in 3 hours" or "2 days ago" and updates automatically as time passes.
Is the generator free?+
Yes — free, no login, and it runs entirely in your browser.