Discord Timestamp Generator
Generate Discord timestamp codes that automatically display in each user's local timezone. Copy and paste directly into Discord messages.
Select Date & Time
Date & Time (local)
Unix Timestamp
1778970300
All 7 Discord Timestamp Formats
| Format | Discord Code | Preview | Copy |
|---|---|---|---|
Short Time Hours and minutes only | <t:1778970300:t> | 10:25 PM | |
Long Time Hours, minutes, and seconds | <t:1778970300:T> | 10:25:00 PM | |
Short Date Month/Day/Year | <t:1778970300:d> | 05/16/2026 | |
Long Date Full month name, day, year | <t:1778970300:D> | May 16, 2026 | |
Short Date/Time Date and time combined | <t:1778970300:f> | May 16, 2026 at 10:25 PM | |
Long Date/Time Full day name included | <t:1778970300:F> | Saturday, May 16, 2026 at 10:25 PM | |
Relative Time Auto-updating relative time | <t:1778970300:R> | a few seconds ago |
How to Use in Discord
Select your date and time above
Copy the Discord code for your preferred format
Paste the code directly into any Discord message (server, DM, or announcement channel)
Discord will automatically render it as a local timestamp for every reader
Hover over any Discord timestamp to see the full date and time
Format Syntax
<t:UNIX_TIMESTAMP:FLAG>
Flags: t (short time), T (long time), d (short date), D (long date), f (short datetime), F (long datetime), R (relative)
Common Use Cases
Event announcements
Join our event <t:1234567890:F>!
Use :F for full date+time with day name
Countdown
Sale ends <t:1234567890:R>!
Use :R for auto-updating relative time
Meeting time
Call at <t:1234567890:t>
Use :t for just the time
Deadline
Due <t:1234567890:D>
Use :D for full written date
Discord Timestamp Generator — Dynamic Time Codes Explained
Discord timestamps use Unix time (seconds since January 1, 1970 UTC) wrapped in a special syntax: <t:TIMESTAMP:FLAG>. When you send this code in Discord, the app automatically converts the Unix timestamp into the reader's local timezone and renders it visually. This is extremely useful for international communities scheduling events, since everyone sees the time correctly without mental timezone math. The :R (relative) format is particularly powerful — it auto-updates in real time, showing "in 2 hours" that counts down to "in 5 minutes" as the event approaches. Unix timestamps can be generated from any date using JavaScript's Date.now() or date.getTime() / 1000. Our generator converts your local date/time input to Unix time and generates all 7 valid Discord timestamp codes simultaneously.