What is Discord Timestamp?
Discord timestamp tags render dates in each viewer’s local time zone. Generate the tag once and Discord handles localization for everyone in the channel.
How to use
- Pick a local date and time.
- Choose the Discord display style.
- Copy the generated <t:...> tag into Discord.
Example
Use this sample to confirm what Discord Timestamp does before pasting your own data.
2026-06-29 12:00, style R
<t:1782734400:R>
Discord renders the tag in each viewer’s local time zone.
When to use it
Use Discord Timestamp for quick local checks, debugging, documentation prep, and one-off conversions where opening a full IDE or command-line workflow would be slower. For production-critical data, always review the output before committing or shipping it.
Frequently asked questions
Why use Discord timestamp tags?
They avoid time zone confusion because Discord renders the time locally for each user.
What does R mean?
R is the relative format, such as “in 2 hours” or “3 days ago”.