What is a Discord timestamp?
A Discord timestamp is markdown like <t:1767225600:F>. Discord renders it as a date or time in each viewer's local timezone.
Create Discord timestamp markdown that displays the selected time in every viewer's local timezone.
| Style | Markdown | Action |
|---|---|---|
| Short time | <t:1777695300:t> | |
| Long time | <t:1777695300:T> | |
| Short date | <t:1777695300:d> | |
| Long date | <t:1777695300:D> | |
| Short date/time | <t:1777695300:f> | |
| Long date/time | <t:1777695300:F> | |
| Relative time | <t:1777695300:R> |
Discord timestamps use Unix time, which identifies one exact moment. The markdown format is <t:timestamp:style>.
When pasted into Discord, the timestamp is rendered using each person's local timezone. This is useful for events, reminders, stream times, meetings, and community announcements.
A Discord timestamp is markdown like <t:1767225600:F>. Discord renders it as a date or time in each viewer's local timezone.
Use the long date/time style for event announcements, short time for quick reminders, and relative time when you want Discord to show wording such as in 2 hours or 3 days ago.
No. The timestamp stores one exact moment. Discord displays that moment using each viewer's local timezone settings.