Discord scheduling utility
Discord Timestamp Generator
Choose a date, time, and UTC offset, then copy a Discord timestamp that automatically displays in each viewer's local timezone.
Choose a moment
Unix timestamp
0
Discord converts this moment into each viewer's local timezone.
Discord timestamp formats
Preparing your local preview...
Short time
:t
<t:0:t>4:20 PM
Long time
:T
<t:0:T>4:20:30 PM
Short date
:d
<t:0:d>06/25/2026
Long date
:D
<t:0:D>June 25, 2026
Short date/time
:f
<t:0:f>June 25, 2026 4:20 PM
Long date/time
:F
<t:0:F>Thursday, June 25, 2026 4:20 PM
Relative time
:R
<t:0:R>in 2 hours
Why use this Discord Timestamp Generator?
Avoid timezone confusion
Share one timestamp instead of manually listing times for every region.
Generate all seven formats
Compare short time, long date, full date, and relative-time output in one place.
Copy valid Discord syntax
Each result uses the exact <t:UNIX:STYLE> structure Discord expects.
Preview your local result
See how the chosen moment reads in the locale of your current browser.
Schedule events faster
Prepare launch notices, gaming sessions, meetings, and community reminders.
Inspect the Unix value
Keep the underlying epoch available for bots, automations, and integrations.
How it works
Choose the source moment
Enter the date and time and identify its UTC offset.
Compare formats
Review all Discord timestamp styles and their local previews.
Copy into Discord
Paste one code into a message; Discord renders it for every reader.
How Discord timestamps handle timezones
A Discord timestamp stores one absolute moment as Unix time: the number of seconds since January 1, 1970 UTC. The timezone is used only while converting your chosen calendar time into that absolute value.
When someone reads the message, Discord formats that same Unix timestamp using the reader's own device settings. A meeting can therefore display as 9:00 AM for one member and 6:00 PM for another without changing the underlying message.
Use the relative format for reminders such as “in 2 hours.” Use the long date and time formats when the exact calendar date matters. For important events, placing a full format and a relative format together gives readers both certainty and urgency.
Which Discord timestamp format should I use?
Every Discord timestamp points to the same Unix moment. The final letter controls how Discord presents that moment to each reader.
| Syntax | Display | Best for |
|---|---|---|
<t:unix:t> | Short local time | Compact schedules and table rows |
<t:unix:T> | Local time with seconds | Precise launches and automated events |
<t:unix:d> | Short local date | Dense calendars |
<t:unix:D> | Long local date | Date-focused announcements |
<t:unix:f> | Short date and time | Most meetings and community events |
<t:unix:F> | Full weekday, date, and time | Formal event announcements |
<t:unix:R> | Live relative time | Countdowns and reminders |
For important events, combine a full timestamp with a relative timestamp so readers see both the exact date and the remaining time.
Practical examples
Community event
Show the complete local date and time.
Game night starts <t:1782403200:F>
Countdown reminder
Let Discord update the remaining time.
Registration closes <t:1782403200:R>
Compact schedule
Use a short date and time in a list.
Workshop: <t:1782403200:f>
Important limitations
The browser preview approximates Discord using your locale. Discord controls the final wording and formatting.
A UTC offset does not contain daylight-saving rules. Verify future events in regions where the offset changes seasonally.
Discord timestamp syntax must be pasted into a Discord message; it will remain plain text in applications that do not support it.
Relative time changes continuously, so the wording seen later will differ from the preview shown now.
Related text tools
LinkedIn Text Formatter
Format LinkedIn posts, profiles, comments, and newsletters with live preview and copy-ready text.
Open LinkedIn Text FormatterDiscord Text Formatting
Compose complete Discord announcements, rules, and community messages.
Open toolDiscord Markdown Live Preview
Learn and validate Discord Markdown before sending a message.
Open toolFAQ
What is a Discord timestamp?
It is a Unix timestamp wrapped in Discord's <t:timestamp:style> syntax. Discord renders it as a readable time for each viewer.
Which Discord timestamp format should I use?
Use F for a complete event date, f for a compact date and time, and R for a live relative countdown.
Do Discord timestamps adjust for timezone?
Yes. Discord displays the same moment according to each viewer's device locale and timezone.
Why is my Discord timestamp showing the wrong time?
The source date may have been entered with the wrong UTC offset, or a future date may use a different daylight-saving offset. Confirm the source timezone for the exact event date.
Why does my future timestamp look an hour off?
The selected UTC offset may not account for daylight saving time on the future date. Confirm the region's offset for that date.
Can I use this with Discord bots?
Yes. The generated Unix timestamp and Discord syntax can be inserted into bot messages, embeds, and scheduled content.