← Back to Tools
Social Media

Free Discord Timestamp Generator

Generate Discord timestamps that display in every reader's local timezone — no more "what time is that for me?" confusion. Perfect for server owners, event organizers, and bot developers.

🕐
Select a date and time above to generate timestamps

All Discord Timestamp Formats Explained

Discord supports 7 format flags. Replace UNIX with your Unix timestamp and FLAG with any letter below.

Flag Name Syntax Example Output
:t Short Time <t:UNIX:t> 9:30 PM
:T Long Time <t:UNIX:T> 9:30:00 PM
:d Short Date <t:UNIX:d> 06/03/2026
:D Long Date <t:UNIX:D> June 3, 2026
:f Short Date/Time <t:UNIX:f> June 3, 2026 9:30 PM
:F Long Date/Time <t:UNIX:F> Wednesday, June 3, 2026 9:30 PM
:R Relative Time <t:UNIX:R> in 3 hours / 2 days ago

How to Use This Generator

  1. Select your date and time using the pickers above, or click "Use Current Time" to auto-fill with right now.
  2. Choose your timezone — it defaults to your browser's local timezone automatically.
  3. All 7 Discord timestamp formats generate instantly. Click "Copy" next to the format you need.
  4. Paste the code directly into any Discord message, embed, or bot response. Discord renders it live for every viewer in their own timezone.

What are Discord Timestamps?

Discord timestamps are special codes — formatted as <t:UNIX:FORMAT> — that you embed directly in any message. When sent, Discord automatically converts the underlying Unix time to each reader's local timezone and renders it as a human-readable date or time. A user in London, Tokyo, and New York will all see the correct local equivalent without any manual conversion.

This solves one of the most common friction points in global communities: scheduling events. Instead of saying "the event is at 8 PM EST, which is 1 AM UTC, which is..." you just drop a single timestamp and Discord handles the rest. The Relative format (:R) is especially popular — it shows dynamic text like "in 2 hours" or "3 days ago" that updates in real-time as the moment approaches or passes.

Timestamps work in all Discord surfaces: chat messages, server announcements, bot embeds, channel topics, and slash command responses. They're supported across the desktop app, web client, and mobile apps on iOS and Android.

Frequently Asked Questions