Time & Date

Discord Timestamp Generator

Generate dynamic Discord timestamps (<t:…>) that display in every viewer’s local timezone. All 7 formats with live preview.

A Discord timestamp is a special markup token in the form <t:UNIX:STYLE> that Discord renders as a date or time in each viewer’s own local timezone and language. UNIX is the Unix epoch (seconds since 1 January 1970 UTC) and STYLE is one of seven letters (t, T, d, D, f, F, R). This tool converts any date and time into the correct code entirely in your browser — nothing is sent to a server.

StylePreviewCode

How to use

  1. Pick a date and time, or click the clock to use now.
  2. Choose the style you want from the 7 previews.
  3. Copy the <t:…> code and paste it into your Discord message.

FAQ

What is a Discord timestamp?

It is dynamic text you paste into a Discord message written as <t:1700000000:F>. Discord replaces it with a formatted date or time that automatically adapts to each reader’s timezone and locale, so everyone sees the correct local moment without manual conversion.

What do the format letters mean?

t = short time (4:30 PM), T = long time (4:30:00 PM), d = short date (04/20/2024), D = long date (April 20, 2024), f = short date/time, F = full date/time with weekday, and R = relative time (in 3 hours / 2 days ago).

Will it show the wrong time to other people?

No. The code stores a single absolute Unix moment, and Discord renders it in each viewer’s local timezone. That is exactly why timestamps are preferred over typing a fixed time that only makes sense in your own zone.

Does this tool send my data anywhere?

No. The Unix value and preview are computed locally in your browser with the built-in Intl API. You can generate timestamps with the network disabled.