Frequently Asked Questions
Everything you need to know about Discord timestamps
What is a Discord timestamp?
A Discord timestamp is a special syntax <t:UNIX_TIMESTAMP:STYLE> that, when pasted into a Discord message, automatically renders as a dynamic date/time adjusted to each reader's local timezone. This is useful for scheduling events, deadlines, and meetings across different timezones.
How do I use Discord timestamps?
Use this Discord Timestamp Generator to pick your desired date and time, copy the generated code (e.g. <t:1709712000:F>), and paste it directly into any Discord message. Discord will automatically display it as a formatted, timezone-aware date for every user who sees it. For a detailed walkthrough, see our step-by-step guide on how to use Discord timestamps.
How many Discord timestamp formats are there?
Discord supports 7 timestamp styles: Short Time (t), Long Time (T), Short Date (d), Long Date (D), Short Date/Time (f), Long Date/Time (F), and Relative (R). The Relative format shows dynamic text like "in 2 hours" or "3 days ago" that updates in real time. See our complete Discord timestamp format reference for details on each style.
Do Discord timestamps adjust to the viewer's timezone?
Yes. Discord timestamps automatically display in each user's local timezone. When you share <t:1709712000:f>, a user in New York sees their local time while a user in Tokyo sees theirs — no manual conversion needed.
Can I use Discord timestamps on mobile?
Yes. Discord timestamps work on all platforms — desktop, web, iOS, and Android. The timestamp code is rendered natively by Discord, so it displays correctly everywhere.
What is a Unix timestamp?
A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 (UTC), also known as the Unix epoch. Discord uses Unix timestamps in its timestamp syntax to represent specific moments in time, independent of any timezone.
Can I use Discord timestamps in embeds or bots?
Yes. Discord timestamp syntax works in regular messages, bot messages, and embed descriptions. Bots can programmatically generate the <t:TIMESTAMP:STYLE> syntax using any programming language that can produce Unix timestamps.
Why does my timestamp show the wrong time?
This usually happens when the timezone used to generate the timestamp doesn't match your intended time. Make sure you're selecting the correct date and time in your local timezone when using the generator. The tool automatically handles the conversion to a Unix timestamp.
Do Discord timestamps work in DMs?
Yes. Discord timestamps work everywhere within Discord — servers, channels, threads, DMs, and group DMs. The syntax is processed by the Discord client, so it renders the same way regardless of where it's posted.
Is this tool free to use?
Yes, completely free. Discord Timestamp Generator is a client-side web application — all processing happens in your browser with no server-side computation required. There are no ads, no accounts, and no data collection.