241,230 photos processed

Discord timestamp generator.

Pick a date and time, copy a tag like <t:1764244800:F>, and every reader on the server sees it in their own timezone. All 8 official styles with live previews, including the relative countdown.

  • 100% browser
  • Files never leave your device
  • No signup, no caps
  • GDPR & CCPA friendly
Discord Timestamp Generator

One moment, every timezone, zero conversion.

Discord renders <t:UNIX:STYLE> tags in each viewer's local time. This page builds the tag for you, previews all eight styles the way Discord will, and copies with one click.

All 8 official styles

Including the S style (short date, medium time) that most generators skip. Straight from Discord's developer reference.

Live previews, your timezone

Each tag is rendered the way Discord will render it for you, including the relative style ticking against the current time.

One-click copy

Every row has its own copy button, plus the raw Unix timestamp for bot builders.

Relative countdowns

The R style gives you 'in 3 hours' that stays current in every reader's client. No bot required.

Timezone-proof by design

You pick the moment once in your own timezone; every reader sees their own. The confusion this kills is the reason the feature exists.

Nothing leaves your browser

Pure client-side math. No account, no upload, no tracking of what you generate.

Discord timestamps, explained.

How do Discord timestamps work?
You paste a tag like <t:1764244800:F> into any message. Discord stores the moment as a Unix timestamp, the number of seconds since January 1, 1970 UTC, and every client renders it in that reader's own timezone and language. Someone in Berlin and someone in Tokyo see the same tag as different local times, both correct. That is the whole point: announce one time, and nobody has to convert anything.
What do the letters at the end of the tag mean?
They pick the display style. Discord's developer reference defines eight: t (short time), T (medium time), d (short date), D (long date), f (long date with short time), F (full date with weekday), R (relative, like 'in 3 hours'), and S (short date with medium time). If you leave the letter off entirely, Discord falls back to f.
Which style should I use for an event announcement?
F is the safest for anything scheduled: it spells out the weekday, date, and time, which kills the 'wait, this Saturday or next?' confusion. Many servers pair it with R in the same message, something like 'Movie night <t:...:F> (<t:...:R>)', so readers get both the exact moment and a live countdown.
Why does the timestamp show a different time than I entered?
It almost certainly does not; it shows your entered moment in the viewer's timezone. If you entered 20:00 your time and a friend sees 19:00, your friend is one hour behind you and the tag is doing its job. The previews in the tool above render in your own timezone, so what you see there is what you meant.
Do these tags work in normal messages, or only for bots?
Anywhere text goes: normal chat messages, channel topics, embeds sent by bots. You do not need a bot, permissions, or Nitro. Type or paste the tag and Discord renders it the moment the message posts.
Is there a Discord timestamp command?
There is no slash command for this, and none is needed. Timestamps are plain text markup: the <t:...> tag works typed straight into the message box, with no bot installed and no special permissions. That catches people off guard because most Discord features of this kind live behind commands; this one is just text.
Can I make a countdown in Discord?
Yes, that is exactly what the R style is. <t:...:R> renders as 'in 2 days' or '3 hours ago' and keeps itself current. It is the closest thing Discord has to a native countdown, and it needs no bot.
Does the tag update if I edit the time later?
The tag is just text, so you edit the message and replace it with a new tag for the new time. Generate the new one above, paste over the old one, done. Readers see the corrected time immediately.
Is anything uploaded when I use this generator?
No. The math is one multiplication in your browser: your chosen date becomes a Unix number locally, and the previews are rendered by your own browser the same way Discord's client would. Nothing about you or your server is sent anywhere.