Generate & preview all 7 styles — t / T / d / D / f / F / R
Open the tool: Discord Timestamp Generator — build countdowns, convert Unix time, and parse Discord snowflake IDs.
Reference: Discord Developer Docs — Timestamp styles
- All 7 timestamp styles with live preview (
t,T,d,D,f,F,R). - One-click copy of
<t:...>snippets for messages, pins, and embeds. - Countdown generator for localized event announcements.
- Unix ↔
<t:...>conversion. - Discord Snowflake → Timestamp (timezone-aware display).
- Mobile-friendly, no sign-in required.
- Open the web app and pick a date/time & a format (e.g.,
forR). - Copy the generated
<t:UNIX:FORMAT>code. - Paste it into Discord — it auto-localizes for each reader.
<t:1640995200:f> → January 1, 2022 12:00 AM
<t:1640995200:R> → 3 years ago
| Tool | Purpose | Link |
|---|---|---|
| Discord Countdown Timer | Create a localized countdown timestamp for announcements. | Open Countdown |
| Unix Timestamp Converter for Discord | Convert epoch seconds to/from <t:...> code. |
Open Unix Converter |
| Discord Snowflake → Timestamp | Parse snowflake IDs to human-readable time. | Open Snowflake Converter |
| Guides & Examples | Tips, templates, and best practices. | Open Blog |
Also see the official reference: Discord Developer Docs — Timestamp styles
- Let Discord handle time zones & daylight saving automatically.
- Express relative time with
R(e.g., in 2 hours, 3 days ago). - Improve clarity in event announcements, giveaways, schedules, and bot embeds.
Pull requests and issue reports are welcome. For UI/UX changes, please include a short before/after screenshot or a small repro.
Released under the MIT License. See LICENSE.