All tools

Discord Timestamp Tag

Build <t:...> tags for client-localized Discord times.

Discord-rendered timestamps
  • Short time
    <t:1779732420:t>
    renders as: 06:07 PM
  • Long time
    <t:1779732420:T>
    renders as: 6:07:00 PM
  • Short date
    <t:1779732420:d>
    renders as: 5/25/2026
  • Long date
    <t:1779732420:D>
    renders as: May 25, 2026
  • Date + short time
    <t:1779732420:f>
    renders as: May 25, 2026 at 06:07 PM
  • Day + date + time
    <t:1779732420:F>
    renders as: Monday, May 25, 2026 at 06:07 PM
  • Relative
    <t:1779732420:R>
    renders as: 47 seconds ago

Discord parses <t:UNIX:STYLE> tags into client-localized timestamps. Use them so 8 PM Eastern doesn't have to be translated for everyone in the channel. Works in Discord text messages, embeds, and slash commands.

About

Pick a date and time. The tool generates Discord's <t:UNIX:STYLE> tags that render in each user's local timezone. All 7 styles supported (short time, long time, short date, long date, date+time, day+date+time, relative).

How to use

  1. Pick a date and time.
  2. Copy the tag.

FAQ

Does this work in slash commands?+

Yes. Discord parses the tag in regular messages, embeds, and slash command responses. The user sees their own local time.