Discord

Discord timestamp generator

Generate copy-ready Discord <t:...> tags for every supported display style.

Short time
<t:1782570480:t>
Long time
<t:1782570480:T>
Short date
<t:1782570480:d>
Long date
<t:1782570480:D>
Short date/time
<t:1782570480:f>
Long date/time
<t:1782570480:F>
Relative
<t:1782570480:R>

Discord Timestamp Generator: definition and examples

A Discord timestamp tag uses Unix epoch seconds in the form <t:epoch:style> so Discord can render local time for each viewer.

When to use this tool

  • Schedule community events.
  • Post release times in multiple time zones.
  • Show relative countdown text inside Discord.

How to use it

  1. Choose a date and time.
  2. Pick the Discord display style you need.
  3. Copy the generated <t:...> tag.

Example

<t:1719504000:R> renders as a relative Discord time such as in 2 hours or 3 days ago.

Frequently asked questions

Does Discord use seconds or milliseconds?

Discord timestamp tags use Unix epoch seconds.

Will Discord show each user local time?

Yes. Discord renders timestamp tags in the viewer local time zone.

Related tools