Discord Timestamp Generator

Pick a date and time, get a <t:unix:F> code that renders correctly in every Discord member's local timezone — no timezone math required.

Pick Date & Time
Unix timestamp (seconds)

Frequently Asked Questions

How do I use a Discord timestamp?
Copy any code below (e.g. <t:1729000000:R>) and paste it directly into a Discord message or bot embed. Discord automatically renders it as a localized date/time in each viewer's own timezone and language — nobody needs to do timezone conversion.
What do the letters (t, T, d, D, f, F, R) mean?
They're style flags: t/T = short/long time, d/D = short/long date, f/F = short/long date+time, and R = relative ("in 3 hours", "2 days ago"). R is the most commonly used for event reminders since it stays accurate as time passes.
Will this show the same time to everyone in my server?
The underlying moment in time is identical for everyone (it's stored as a UTC Unix timestamp), but the displayed text adapts to each viewer's local timezone and Discord client language. That's the whole point — you set it once and it's correct for every member regardless of where they live.
Can I use this in bot embeds or webhooks too?
Yes. The <t:unix:style> syntax works anywhere Discord renders markdown — regular messages, bot responses, and embed descriptions/fields.