Discord Timestamp Generator
Create a Discord timestamp that renders in every viewer’s local time zone, with a live preview and one-click copy.
A QUICK WALKTHROUGH
How to use this tool
- Choose a date, time, and whether it is browser local time or UTC.
- Select the Discord display format you want.
- Generate the markup, check the preview, and copy it into Discord.
One timestamp, local display
Discord timestamp markup identifies one instant. Discord then displays that instant in the local time zone of each person viewing the message.
Seven Discord formats
Choose short or long time, short or long date, a combined date and time, or relative time. The selected format code is included in the generated markup.
Runs in your browser
Date parsing, Unix conversion, preview, and copying happen locally. The date you enter is not sent to a server.
GOOD TO KNOW
Common questions
What should I paste into Discord?
Paste the complete value, including angle brackets, such as <t:1704067200:F>.
Why do viewers see different times?
Discord converts the same instant into each viewer’s local time zone, which is the purpose of timestamp markup.
What does the R format mean?
R displays a relative value such as “in 2 hours” or “3 days ago,” based on the viewer’s current clock.
Does this send my date anywhere?
No. The generator uses browser date APIs and does not upload the value.