Discord Timestamp Generator — Free Online Tool

Generate Discord timestamps that automatically display the correct local time for every user. Pick a date and copy any format directly into your messages.

Unix timestamp: 1772476740

Short Time:t
<t:1772476740:t>

Preview: 6:39 PM

Long Time:T
<t:1772476740:T>

Preview: 6:39:00 PM

Short Date:d
<t:1772476740:d>

Preview: 03/02/2026

Long Date:D
<t:1772476740:D>

Preview: March 2, 2026

Short Date/Time:f
<t:1772476740:f>

Preview: March 2, 2026 6:39 PM

Long Date/Time:F
<t:1772476740:F>

Preview: Monday, March 2, 2026 6:39 PM

Relative:R
<t:1772476740:R>

Preview: 42 seconds ago

How to Use the Discord Timestamp Generator

  1. Select a date and time using the date picker, or click the “Now” button to fill in the current moment.
  2. Browse the formats — the tool shows all seven Discord timestamp styles with a live preview of how each one renders.
  3. Copy the syntax by clicking the “Copy” button next to any format, or use “Copy All Formats” to grab every variation at once.
  4. Paste into Discord — drop the copied text into any message, embed, or bot command. Discord will automatically render it as a dynamic timestamp.

What Is a Discord Timestamp?

A Discord timestamp is a special syntax that renders as a dynamic, locale-aware date or time inside Discord messages. Rather than typing a static time like “3 PM EST,” you paste a Unix timestamp wrapped in angle brackets, and Discord converts it into each reader’s local time zone automatically.

The format follows the pattern <t:UNIX:STYLE>, where UNIX is the number of seconds since January 1, 1970, and STYLE is a single letter controlling how the timestamp appears. Discord supports seven 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 is especially popular for countdowns and event announcements because it updates in real time — showing text like “in 5 minutes” or “2 hours ago.” Discord timestamps work in regular messages, embeds, and bot responses across desktop, mobile, and web clients, making them the most reliable way to communicate times to a global audience.

Frequently Asked Questions

What is a Discord timestamp?

A Discord timestamp is a special message syntax that converts a Unix epoch value into a formatted date or time. Discord renders it in each user’s local time zone, so everyone sees the correct time regardless of where they are located.

How do Discord timestamps work?

When you type <t:1234567890:R> in a Discord message, the client reads the Unix timestamp (seconds since epoch) and the style flag, then formats it according to the viewer’s locale and time zone settings. The conversion happens entirely on the client side.

What are the different Discord timestamp formats?

Discord supports seven format flags: t (short time), T (long time), d (short date), D (long date), f (short date/time), F (long date/time), and R (relative). Each controls how much detail is displayed.

Do Discord timestamps show local time?

Yes. Discord timestamps are automatically converted to each viewer’s local time zone. A user in New York and a user in Tokyo will see the same moment displayed in their respective local times without any manual conversion needed.

Can I use Discord timestamps in embeds?

Yes. Discord timestamp syntax works in regular messages, embed descriptions, embed field values, and bot responses. They render identically across desktop, mobile, and web clients, making them ideal for event bots and scheduling tools.