Full Date & Day-of-Week Discord Timestamps
Generate the formal, full date-and-day-of-week timestamp Discord supports — the right choice for official event announcements and scheduled meetings.
Pick a date & time
Setting this time in —
Discord preview
you
Code to paste
All formats, this moment
| Code | Name | Renders as | Paste this |
|---|---|---|---|
| t | Short Time | 9:01 PM | <t:…:t> |
| T | Long Time | 9:01:00 PM | <t:…:T> |
| d | Short Date | 11/28/2018 | <t:…:d> |
| D | Long Date | November 28, 2018 | <t:…:D> |
| f | Short Date/Time | November 28, 2018 9:01 PM | <t:…:f> |
| F | Long Date/Time | Wednesday, November 28, 2018 9:01 PM | <t:…:F> |
| R | Relative Time | 3 years ago | <t:…:R> |
Why formality matters for some announcements
A casual reminder in a small friend group can get away with a short, terse timestamp. An official server event, a moderation deadline, or a scheduled meeting benefits from the extra clarity of the full format: the complete month name spelled out, the four-digit year, and — uniquely among Discord's timestamp formats — the day of the week. It reads less like a system-generated string and more like a calendar invite.
What Long Date/Time includes
The F format renders every component: weekday, full month name, day, year, and the time in the reader's own clock format. For example, a moment might read "Wednesday, November 28, 2018 9:00 PM" for one reader and the equivalent local time for another, with the same weekday and structure preserved (adjusted for any date-line shift that a large time-zone gap causes).
Long Date, without the time
If you only need the date — a deadline, a release date, an anniversary — the D (Long Date) format drops the time and weekday, leaving just "November 28, 2018." This avoids implying a specific time-of-day commitment when none exists.
Choosing between formats
Use F when people need to know exactly when to show up and benefit from the weekday context. Use D for pure date references. For anything more casual, the short equivalents (f, d) drop the extra formality — compare all seven side by side on theformat reference page, or seeannouncing events with live countdowns for a practical template that combines a full date with a relative countdown.
A worked example: a rule change effective date
Say a server is updating its rules and the change takes effect on a specific day. Posting "New rules take effect <t:1767168000:F>" renders as "New rules take effect Wednesday, December 31, 2025 8:00 AM" for a UTC reader — and the local equivalent, on the correct weekday, for everyone else — so nobody has to cross-reference a calendar to know it's a Wednesday. Compare that to a plain-text date like "12/31" or "31/12," which is genuinely ambiguous between month-first and day-first date conventions depending on where a reader is from — the full format sidesteps that entirely by writing the month out as a word.
Why the full format suits official communication
Format choice quietly signals tone. A short, terse timestamp reads fine for a casual heads-up among friends, but a moderation deadline, a staff application window, or a policy change benefits from presenting itself with the same care as a formal notice — spelled-out month names and an explicit weekday read as more deliberate and less like an afterthought, even though the underlying mechanism is identical either way.
Other situations that call for the long format
- Contest and giveaway rules — the exact deadline in a rules document benefits from being unambiguous, not just accurate.
- Staff application windows — "applications close" deadlines that people may screenshot or reference weeks later, after the original context has scrolled away.
- Terms or policy effective dates — anywhere a date might end up quoted out of context, where the weekday and full year remove any doubt about which one is meant.
- Legal or financial deadlines within a community — subscription renewals, refund windows, or anything with a real consequence attached to getting the date wrong.
Frequently asked questions
How do I show the day of the week in a Discord timestamp?
Choose the Long Date/Time format above. It renders as, for example, "Wednesday, November 28, 2018 9:00 PM" — the only Discord format that includes the weekday name alongside the full date and time.
What's the difference between Long Date and Long Date/Time?
D (Long Date) renders just the date — "November 28, 2018" — with no weekday or time. F (Long Date/Time) adds both the weekday and the clock time — "Wednesday, November 28, 2018 9:00 PM." Use D for date-only references like deadlines, and F for anything readers need to show up to at a specific time.
Why does the weekday matter for an announcement?
Most people think in terms of "this Friday" more readily than a calendar date, and a wrong mental mapping between date and weekday is a common source of missed events. Including the weekday removes that ambiguity without asking the reader to check a calendar.
Is this the default format Discord uses?
No — the short date/time format (f) is what Discord falls back to when you paste a bare Unix timestamp without a format letter. F (long) is an explicit choice you make when the extra formality and weekday are worth the longer text. See the full format reference for the complete comparison.