Discord renders timestamp tags like <t:1735689600:F> as locale-aware, auto-updating dates in the recipient's timezone. Paste a date or timestamp to get the tag for every Discord style.
Discord supports a special markdown syntax for timestamps that automatically renders in each viewer's local timezone with their preferred locale. Instead of writing "Meeting at 3 PM EST on Jan 1", you write <t:1735718400:F> and every viewer sees it in their own time.
<t:UNIX_TIMESTAMP> → default (same as :f)
<t:UNIX_TIMESTAMP:STYLE> → with explicit style
| Style | Name | Example output |
|---|---|---|
t | Short Time | 3:00 PM |
T | Long Time | 3:00:00 PM |
d | Short Date | 01/01/2025 |
D | Long Date | January 1, 2025 |
f | Short Date/Time (default) | January 1, 2025 3:00 PM |
F | Long Date/Time | Wednesday, January 1, 2025 3:00 PM |
R | Relative | in 2 hours / 3 days ago |
Server maintenance starts <t:1735718400:F> (<t:1735718400:R>)
→ Server maintenance starts Wednesday, January 1, 2025 3:00 PM (in 2 hours)
Event ends <t:1735718400:R>
→ Event ends in 2 hours
Daily standup at <t:1735718400:t> every weekday
→ Daily standup at 3:00 PM every weekday
<t:1735689600000> won't render correctly.F and f produce different output.f (Short Date/Time).