All tools

Discord Timestamp Tag

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

Discord-rendered timestamps
  • Short time
    <t:1778383560:t>
    renders as: 03:26 AM
  • Long time
    <t:1778383560:T>
    renders as: 3:26:00 AM
  • Short date
    <t:1778383560:d>
    renders as: 5/10/2026
  • Long date
    <t:1778383560:D>
    renders as: May 10, 2026
  • Date + short time
    <t:1778383560:f>
    renders as: May 10, 2026 at 03:26 AM
  • Day + date + time
    <t:1778383560:F>
    renders as: Sunday, May 10, 2026 at 03:26 AM
  • Relative
    <t:1778383560:R>
    renders as: 37 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.