Documentation

Discord timestamps allow you to display time in a way that automatically converts to the viewer's time zone.

What are Discord Timestamps?
Understand how Discord timestamps work and why they're useful

Discord timestamps are a special markup that allows you to display dates and times in a user's local timezone. When you use a timestamp, Discord will automatically convert it to the viewer's local time, making it perfect for coordinating events across different timezones.

Timestamps in Discord use Unix time (seconds since January 1, 1970) and can be formatted in various ways to display just the time, just the date, both, or as a relative time.

Timestamp Syntax
How to structure Discord timestamps in your messages

The basic syntax for a Discord timestamp is:

<t:UNIX_TIMESTAMP:FORMAT>

Where:

  • UNIX_TIMESTAMP is the Unix time in seconds (not milliseconds)
  • FORMAT is an optional parameter that defines how the timestamp should be displayed

Format Options

t - Short Time

Example: 16:20

Usage: <t:1619827200:t>

T - Long Time

Example: 16:20:30

Usage: <t:1619827200:T>

d - Short Date

Example: 30/04/2021

Usage: <t:1619827200:d>

D - Long Date

Example: April 30, 2021

Usage: <t:1619827200:D>

f - Short Date/Time

Example: April 30, 2021 16:20

Usage: <t:1619827200:f>

F - Long Date/Time

Example: Friday, April 30, 2021 16:20

Usage: <t:1619827200:F>

R - Relative Time

Example: 2 hours ago, in 3 days

Usage: <t:1619827200:R>

Use Cases
Common scenarios where Discord timestamps are useful

Event Planning

Use timestamps to schedule events across different timezones. Each member will see the event time in their local timezone.

The meeting starts at <t:1619827200:F>

Countdown Timers

Use relative timestamps to create countdowns to important events.

The event starts <t:1619827200:R>

Release Dates

Announce game or product releases with timestamps that show the exact moment for everyone.

The game releases on <t:1619827200:f>

Meeting Reminders

Send reminders with timestamps to ensure everyone knows when the meeting is in their timezone.

Don't forget our meeting at <t:1619827200:t>
Discord Timestamp Generator
The easiest way to create Discord timestamps

Using our Discord Timestamp Generator, you can:

  • Select any date and time
  • Choose from all available Discord timestamp formats
  • Copy the generated code with a single click
  • Paste directly into your Discord messages

No need to manually calculate Unix timestamps or remember format codes. Our generator handles everything for you!