A Discord timestamp is a special bit of text that Discord renders as a live, localized date or time. Instead of typing “8pm EST” and forcing everyone to do the math, you paste one code and Discord shows each person the time in their own timezone. Here is how the syntax works and how to build one in seconds.
What a Discord timestamp is
Discord reads a tag in the format <t:UNIX:STYLE> and replaces it with a formatted time when the message displays. Two parts matter:
- UNIX is the time in Unix seconds (the number of seconds since January 1, 1970).
- STYLE is a single letter that controls how the time looks.
Because Discord renders it on each viewer’s client, the same message shows in everyone’s local timezone automatically. That makes it perfect for scheduling events, raids, streams, or meetings across a server full of people in different countries.
The style options
There are seven styles you can put after the colon:
tshort time, like8:00 PMTlong time, like8:00:00 PMdshort date, like08/26/2026Dlong date, likeAugust 26, 2026fshort date and time, likeAugust 26, 2026 8:00 PMFlong date and time, likeWednesday, August 26, 2026 8:00 PMRrelative, likein 3 hoursor2 days ago
A finished tag looks like <t:1756221480:F>. The R style is the favorite for countdowns because it stays live and updates as time passes.
Generate a timestamp in three steps
- Open the Discord Timestamp Generator and pick your date and time.
- Choose a style, or copy all seven at once to compare them.
- Paste the generated
<t:...>code straight into your Discord message.
The tricky part is converting a human date into Unix seconds by hand, which is exactly what the Discord Timestamp Generator does for you. Everything runs 100% client-side in your browser, so nothing you enter is sent to a server.
Why use one at all
The big win is no timezone confusion. Announce a tournament for <t:1756221480:F> and a player in Tokyo, another in London, and a third in Los Angeles each see their own correct local time. Add an R version next to it so people can see at a glance how long until kickoff. No more “wait, is that my time or yours?” in the chat.
Related tools
- Unix Timestamp Converter: turn any date into the Unix seconds these tags need, or decode one you already have.
- Countdown Timer Generator: build a shareable countdown for the same event outside Discord.
- Cron Expression Explainer: if you are scheduling recurring jobs around those times, decode the cron syntax in plain English.
Pick your date, grab the style you want, and paste. One code, perfect local time for everyone.