BROWSER-BASED DISCORD UTILITY

Discord Timestamp Generator

Create Discord time codes that automatically adapt to every viewer's local time.

Choose a date, time, and time zone, then let this Discord timestamp generator create a ready-to-paste code in seconds. No account or upload is required.

  • Free to use
  • No login
  • Runs in your browser
01

Choose a date and time

Dates from January 1, 1970 through December 31, 9999 are supported.

Use an IANA time zone such as America/New_York, Europe/London, or Asia/Tokyo.

Tip: Discord renders the same moment in each viewer's own time zone.

Your Discord timestamp

Example ready

Unix timestamp

1788735600

All Discord formats

t
Short TimeHours and minutes only.
<t:1788735600:t> 7:00 PM
T
Long TimeTime with seconds.
<t:1788735600:T> 7:00:00 PM
d
Short DateA compact numeric date.
<t:1788735600:d> 09/06/2026
D
Long DateA readable calendar date.
<t:1788735600:D> September 6, 2026
f
Short Date/TimeDate plus a compact time.
<t:1788735600:f> September 6, 2026 at 7:00 PM
R
Relative TimeRelative wording from now.
<t:1788735600:R> in 2 hours
DefaultDiscord's default date/time style.
<t:1788735600> September 6, 2026 at 7:00 PM

How to use this Discord timestamp generator

A Discord timestamp is most useful when the original event time is unambiguous. Start with the time zone where the event is scheduled, confirm the preview, and copy the format that matches the amount of context your message needs.

01

Pick the moment

Set the date and time for your event, launch, meeting, game night, or reminder. This Discord timestamp generator interprets the input in the time zone you select, not in an unknown server time zone.

02

Choose a format

Review the Unix seconds and the complete list of Discord timestamp styles. Use F for a full date and weekday, f for a compact date and time, or R for relative wording.

03

Paste into Discord

Copy one code or the complete set, then paste it into a Discord message. Discord turns the code into a readable time for each person who views it.

Choose the right Discord timestamp format

Every format uses the same Unix moment. The letter after the second colon only changes how Discord displays that moment. If you are unsure, F is a strong default for announcements because it includes the weekday, full date, and time. The relative format R is better for short-lived reminders, while t and T keep a message compact when the date is already clear from context.

Format Code Best for Discord display
Short Time :t Compact event times 7:00 PM
Long Time :T Precise live moments 7:00:00 PM
Short Date :d Deadlines and dates 09/06/2026
Long Date :D Dates without a time September 6, 2026
Short Date/Time :f Most everyday announcements September 6, 2026 7:00 PM
Long Date/Time :F Full event announcements Sunday, September 6, 2026 7:00 PM
Relative Time :R Countdowns and reminders in 2 hours
Default no suffix A balanced general display September 6, 2026 7:00 PM

How Discord timestamps work

Discord timestamp codes use Unix epoch seconds to identify one exact moment. The generator interprets your chosen date and clock time in the selected IANA time zone, then converts that local wall time into a number such as 1788735600. That number represents the event moment independently of where the reader lives.

The final code follows the pattern <t:UNIX_SECONDS:FORMAT>. For example, <t:1788735600:F> tells Discord to render the moment using its long date-and-time style. When another member reads the message, Discord uses that member's local settings to show the same instant in a familiar local representation. You do not need to calculate a separate code for every participant.

This is safer than typing a time-zone abbreviation such as EST or CET. Abbreviations can be ambiguous, and seasonal clock changes can alter the offset. Selecting a named IANA zone makes the input explicit and lets the browser apply the rules for that date.

What the Unix timestamp number means

Unix time counts seconds from January 1, 1970 at 00:00:00 UTC. Discord uses that number as a stable reference before applying a display format. The number is not meant to be pretty when pasted into chat; the <t:...> wrapper is what turns it into a readable Discord timestamp.

Time zones, DST, and edge cases

Use this Discord timestamp generator with the place or region where the event is scheduled, rather than the viewer's current location. A time-zone converter is only as reliable as its input. For a global call, use the organizer's intended zone and let Discord localize the display for everyone else. The chosen zone stays visible beside the input for review.

Daylight-saving transitions create two special cases. Some clock times never happen because the clock jumps forward; other times happen twice when the clock moves back. This tool checks the selected IANA zone for both conditions. A missing time produces a recovery action for the next valid minute. A repeated time lets you choose the earlier or later occurrence instead of silently guessing.

A share link stores the date, time, and time zone in the URL query so another person can reopen the same input. It does not contain a message, username, or event description. Double-check the date as well as the clock time for events near midnight or a daylight-saving change.

01

Daylight-saving gaps

When a clock jumps forward, some local times never occur. The tool flags the gap and offers the next valid minute.

02

Repeated clock hours

When a clock moves back, an hour can happen twice. Choose the earlier or later occurrence before copying.

03

Shareable inputs

A share link restores the date, time, and time zone. It does not need a username, event title, or Discord login.

Private by design

The Discord timestamp generator runs in your browser. The date, time, and time zone fields are used to calculate the result on your device, and the tool does not need an account, an API key, or an image upload. If you use the share action, the selected values are placed in the shareable URL so the recipient can restore the same calculation.

This page is a focused utility, not a Discord client. It does not send messages, connect to your Discord account, or preview a private server. The preview is an explanation of the expected format; the final visual wording can vary with the viewer's Discord language, local time zone, and client settings.

For the complete syntax and supported styles, compare the output with Discord's developer reference. Open Discord timestamp reference

Discord Timestamp FAQ

These answers cover the most common questions about Discord time codes, Unix seconds, local time conversion, and daylight-saving behavior.

What is a Discord timestamp?

A Discord timestamp is a special code such as <t:1788735600:F> that Discord converts into a readable date or time. The code stores one Unix timestamp moment, while the selected format controls the display. Each viewer can see that same moment in a local representation that makes sense for their own time zone.

How do I make a timestamp for Discord?

Choose the event date, enter the local clock time, and select the IANA time zone where the event will happen. The generator calculates the Unix timestamp and lists the Discord formats immediately. Click Copy beside the style you want, then paste the resulting code into Discord.

Which Discord timestamp format should I use?

Use F for a complete announcement with weekday, date, and time. Use f for a shorter date-and-time line, D for a date without a clock time, and t or T when only the time matters. Choose R when a relative message such as in 2 hours is more useful than a calendar date.

Can I use this as a Discord time converter?

Yes. This Discord timestamp generator also works as a Discord time converter. Enter a date and time in the source time zone, and the generated Unix seconds become the shared reference for the event. Discord then formats that moment for each reader. The tool is useful for converting local event times without manually calculating offsets or writing separate versions for different countries.

Why does a Discord timestamp look different to another member?

That difference is expected. Discord renders the same Unix moment using the viewer's local time-zone settings, so the clock time may change while the event remains the same instant. A timestamp is designed to solve this problem: readers see a local time instead of guessing what a typed abbreviation means.

Does the generator handle daylight-saving time?

It checks the selected IANA time zone for daylight-saving transitions. If the clock skips over the time you entered, the page explains that the local time does not exist and offers the next valid time. If the clock repeats the same hour, you can choose whether you mean the earlier or later occurrence.

Does this Discord timestamp generator store my event details?

The timestamp calculation runs locally in your browser, so an account or server upload is not needed. This Discord timestamp generator does not send your event details to a server. A share link contains the selected date, time, and time zone because those values restore the calculation. The tool does not send Discord messages or access your Discord account.