Discord Timestamp Converter

Unix Timestamp to Discord Code

Discord Code to Unix Timestamp

Date & Time to Unix Timestamp

What Is a Discord Timestamp Converter?

A Discord timestamp converter is a tool that translates between Unix timestamps and Discord's special timestamp syntax. Discord uses Unix epoch time — the number of seconds since January 1, 1970 — as the basis for its dynamic timestamps. This converter lets you move between raw Unix values, Discord timestamp codes, and human-readable dates without doing any math yourself.

Whether you need to convert a Discord timestamp you found in a bot's output or turn a Unix value into a time code you can paste into a chat, this tool handles both directions instantly. Every conversion runs entirely in your browser, so your data stays private.

How Discord Timestamp Codes Work

Discord's timestamp syntax follows a simple pattern: <t:UNIX:STYLE>. The UNIX part is the number of seconds since the Unix epoch, and STYLE is a single letter that controls how the timestamp appears to each user. When Discord renders the message, it automatically converts the Unix value to every reader's local time zone.

For example, <t:1709712000:F> displays as a full long date with time, while <t:1709712000:R> shows a relative phrase like "2 months ago." The Unix timestamp converter for Discord above lets you experiment with all seven styles and see exactly what each one produces.

If you omit the style letter entirely (e.g., <t:1709712000>), Discord defaults to the short date/time format, equivalent to using f.

All Discord Timestamp Formats

Style Code Example Output Example
t <t:1709712000:t> 12:00 PM
T <t:1709712000:T> 12:00:00 PM
d <t:1709712000:d> 03/06/2024
D <t:1709712000:D> March 6, 2024
f <t:1709712000:f> March 6, 2024 12:00 PM
F <t:1709712000:F> Wednesday, March 6, 2024 12:00 PM
R <t:1709712000:R> 2 years ago

Common Conversion Scenarios

Event scheduling — Community managers frequently use the timestamp Discord converter to set up event announcements. By converting a specific date and time to a Discord timestamp code, everyone in the server sees the event time in their own time zone. No more confusion about EST vs. PST vs. CET.

Timezone coordination — When collaborating with people across different regions, pasting a Discord timestamp is far clearer than writing "3 PM my time." The Discord Unix timestamp converter helps you quickly find the right code so your message is universally understood.

Bot development — If you're building a Discord bot, you might need to convert Discord timestamps from API responses back into readable dates for logging, or generate new timestamp codes for scheduled messages. This converter works as a quick reference while you develop.

Message archiving — When saving Discord conversations for reference, timestamps in raw <t:...> format aren't human-readable. Use the Discord code to Unix section above to decode any timestamp code into a standard date and time.

Ready to generate a fresh timestamp? Head to the Discord Timestamp Generator for the full experience. If you are new to Discord timestamps, our step-by-step how-to guide walks you through the entire process. You can also explore how Discord Unix timestamps work or learn about every Discord timestamp format in detail.