EN DE

Free, privacy-first

Discord Timestamp Converter

Paste a Discord timestamp tag or Unix value and see readable local and UTC time, normalized syntax, and preview styles instantly.

Timestamp input

Results

Results update as you use the interface above.

When the converter is useful

A good fit when a Discord tag, bot payload, or Unix timestamp already exists and you need to understand what time it actually represents before you post, debug, or document it.

  • Convert raw Discord timestamp syntax into readable local and UTC output.
  • Normalize Unix seconds or milliseconds back into valid Discord tag markup.
  • Preview all common Discord display styles before you reuse the timestamp.

How to read the conversion

The normalized tag is the copy-ready result, but the local, UTC, and style preview rows help you validate the timestamp before you reuse it.

  • If the input already contains a Discord style code, the converter keeps that style as the primary output.
  • Milliseconds are normalized down to Unix seconds because Discord timestamp tags always use seconds.
  • The style preview table is helpful when the same time needs to be reused in a different message context.
  • Relative time is useful for countdown-style posts, while full date-time is safer for announcements and schedules.

Assumptions

  • The converter reads Discord tags and Unix timestamps locally in the browser.
  • Human-readable previews are based on your current locale for planning and copy checks.
  • Discord will still render the final tag in each reader's own timezone.

Paste the raw timestamp first, then choose a fallback style only if the pasted value does not already include one.

  1. Paste a full Discord timestamp like `<t:1712345678:F>` or a raw Unix timestamp.

  2. Choose the fallback style you want to use when the input is only a number.

  3. Convert the value and review the readable local and UTC interpretation.

  4. Copy the normalized Discord tag or one of the style variants from the preview table.

Two common timestamp checks

These examples cover the most common reasons people need to convert Discord timestamps instead of generating them from scratch.

Audit a copied Discord message tag

Paste the original tag, verify the actual event time, and keep the style code intact.

Sample inputs

Input type
Discord timestamp tag
Goal
Readable time and normalized syntax

Result: Useful when you are checking bot output, moderation logs, or announcement drafts.

Convert a raw Unix timestamp from another tool

Turn a Unix value into the final Discord syntax you can paste into a message or embed.

Sample inputs

Input type
Unix timestamp
Goal
Discord-ready tag with preview

Result: Best when another system gave you Unix time but Discord needs `<t:...>` markup.

Sanity-check a webhook or bot payload before publishing

Paste the value that another system generated and confirm the human-readable time before it reaches a live Discord message.

Sample inputs

Input type
Discord tag or Unix timestamp
Goal
Catch timing mistakes before publish

Result: Useful when the syntax is technically valid but you still need to verify that it points to the intended event or deadline.