Discord scheduling utility
Discord Timestamp Generator
Choose a date, time, and searchable city timezone, then generate Discord timestamps and complete messages that display correctly for every viewer.
Choose a moment
Selected: UTC
26 IANA timezones. Daylight-saving rules apply automatically.
Edit either field. Discord converts the same moment for every viewer.
Discord timestamp formats
Preparing your local preview...
Short time
:t
Select a valid moment4:20 PM
Long time
:T
Select a valid moment4:20:30 PM
Short date
:d
Select a valid moment06/25/2026
Long date
:D
Select a valid momentJune 25, 2026
Short date/time
:f
Select a valid momentJune 25, 2026 4:20 PM
Long date/time
:F
Select a valid momentThursday, June 25, 2026 4:20 PM
Relative time
:R
Select a valid momentin 2 hours
Timezone comparison
Read-only comparison of the selected moment. Change the source timezone above.
Choose a valid moment to compare city times.
Discord message composer
Start with a template, edit the message, then copy it into Discord.
Discord-style preview
Text Formatter Today
Your timestamp message preview will appear here.
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.
Compare city times
Check the same event in Los Angeles, London, Tokyo, and the source timezone.
Compose complete messages
Start with event, deadline, meeting, stream, and maintenance templates.
Convert Unix timestamps
Edit the Unix value or calendar time and keep both fields synchronized.
How it works
Choose the source moment
Enter the date and time, then select the city timezone where the event occurs.
Compare formats and cities
Review all timestamp styles and confirm the moment across major timezones.
Compose and copy
Choose a message template, edit it, then copy the complete Discord-ready message.
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 selected city timezone is used while converting your calendar time into that absolute value, including daylight-saving rules for the event date.
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.
Timezone rules can change through government decisions and browser updates. Verify unusually distant future events against an authoritative local source.
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
Discord Text Formatting
Format, preview, and copy Discord-ready Markdown messages.
Open toolDiscord Markdown Live Preview
Write, preview, validate, and copy Discord Markdown messages.
Open toolFeatured homepage toolLinkedIn Text Formatter
Format LinkedIn posts, profiles, comments, and newsletters with live preview and copy-ready text.
Open LinkedIn Text FormatterFAQ
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.
Can I search for any timezone?
The timezone search uses the IANA timezone database supported by your browser, including regions and cities across the Americas, Europe, Africa, Asia, Australia, and the Pacific.
Why is my Discord timestamp showing the wrong time?
Confirm that the selected city timezone is where the event occurs, not where the viewer lives. Discord converts the resulting Unix moment into each viewer's local timezone.
Does this generator handle daylight saving time?
Yes. City timezones such as America/New_York or Europe/London apply the daylight-saving rules for the selected date. UTC does not change seasonally.
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.