Discord Timestamp Generator9 styles, live preview, reverse converter
en

AppHelp · Discord

Create Discord timestamps that display in every viewer's local time

Choose a moment, compare all nine Discord display styles, and copy ready-to-send markup. Quick presets, reverse conversion, and message templates keep the common path fast.

1 · Choose a moment

Date and time

Input timezone

UTC

This input uses your browser timezone. Discord renders the code in each viewer's own locale and timezone.

Quick presets

Discord-style preview

<t:TIMESTAMP:STYLE>

2 · Pick a display style

All 9 documented Discord styles

Select a row to preview it, or copy any code directly.

Unix seconds:

Reverse converter

Decode a Discord timestamp

Paste a code to inspect and reuse its date.

Message composer

Copy a ready-to-send message

Event starts at

Everything runs in this browser. No Discord login, bot, server permission, or upload is required.

Common tasks

  • discord timestamp generator
  • discord time converter
  • discord timestamp code
  • discord relative timestamp
  • discord epoch converter
  • discord unix timestamp
  • discord timestamp styles
  • discord event timestamp
  • discord timestamp reverse converter
  • discord local time
  • discord countdown timestamp
  • discord timestamp maker

Quick answer

Discord timestamps use <t:UNIX_SECONDS:STYLE>. Choose a local date and time, then copy one of the nine style codes. Discord converts it for each viewer's locale and timezone; no bot or login is needed.

How to use

  1. 1. Choose a date and timeEnter the event in the browser timezone shown by the tool, or use a quick preset such as Now, +1 hour, or next Monday.
  2. 2. Compare Discord stylesReview t, T, d, D, f, F, s, S, and R. Each row shows the code and an approximate localized preview.
  3. 3. Copy a timestamp or messageCopy one code directly, or select a message template and copy a ready-to-send Discord message.
  4. 4. Reverse an existing codePaste markup such as <t:1784037840:F> to inspect its date and reuse both its moment and style.

Examples

Full event date

Input
Style F
Output
<t:1784037840:F>

Discord shows a full localized date and short time.

Relative countdown

Input
Style R
Output
<t:1784037840:R>

Discord updates this as relative text such as in 2 hours.

Ready-to-send reminder

Input
Reminder template + selected timestamp
Output
Reminder: meeting <t:1784037840:F>

Paste the full line into a Discord message.

Common use cases

  • Announce community events across multiple time zones
  • Post release deadlines that display locally for every viewer
  • Create relative countdowns for streams or game sessions
  • Decode timestamp markup from an existing Discord message
  • Compose meeting reminders without installing a Discord bot

Edge cases

  • Discord markup expects Unix seconds, not JavaScript milliseconds.
  • Relative style R changes over time and may not match a static preview later.
  • The browser preview approximates locale formatting; Discord controls the final rendering for each viewer.
  • The selected input is interpreted in the browser timezone displayed by the tool.

Features

  • All nine documented Discord timestamp styles: t, T, d, D, f, F, s, S, and R
  • Local date and time input with explicit browser timezone
  • Now, plus one hour, plus 24 hours, tomorrow noon, and next Monday presets
  • Live localized preview and Discord-style result card
  • One-click copy for every style
  • Reverse conversion from Discord markup to a date
  • Event, deadline, live, and reminder message templates
  • Browser-local use without Discord login or bot permissions

Frequently asked questions

What is the Discord timestamp format?
The syntax is <t:UNIX_SECONDS:STYLE>. For example, <t:1784037840:F> uses Unix seconds and the full date with short time style.
Does a Discord timestamp adjust for time zones?
Yes. The code stores one instant, and Discord renders it using each viewer's locale and timezone. Enter the date in the browser timezone shown by this tool.
Which Discord timestamp styles are supported?
The generator supports t, T, d, D, f, F, s, S, and R, matching the current Discord message-formatting reference.
Do I need a Discord bot or account?
No. Generate and copy the markup locally, then paste it wherever you already write Discord messages.
Should I use Unix seconds or milliseconds?
Use Unix seconds inside Discord markup. A 13-digit JavaScript timestamp is milliseconds and must be divided by 1,000 first.