A free Discord timestamp converter and generator. No account required.
Discord timestamps display one instant in each reader's local time zone and locale. Creating them by hand means converting a date and time to Unix seconds and wrapping the value in Discord's syntax. Timestamp Rocks handles that conversion in your browser: choose a date, time, IANA time zone, and format, then copy the generated code into Discord.
- All 9 official Discord timestamp styles — generate
t,T,d,D,f,F,s,S, andR - DST-aware conversion — detect nonexistent spring-forward times and let you choose between repeated fall-back times
- Reverse lookup — decode an existing Discord timestamp or raw Unix seconds
- Millisecond detection — recognize Unix milliseconds and normalize them to seconds with a warning
- Quick time presets — use Now, +15m, +1h, +1d, or +7d
- Countdown generator — create relative Discord countdowns on the dedicated countdown page
- Copy and download — copy individual formats or save generated timestamps as a text file
- English and Chinese interfaces
- No account required
Discord timestamps use <t:UNIX_SECONDS:STYLE>. The available styles are:
| Style | Syntax example | Discord description |
|---|---|---|
t |
<t:1700000000:t> |
Short Time |
T |
<t:1700000000:T> |
Medium Time |
d |
<t:1700000000:d> |
Short Date |
D |
<t:1700000000:D> |
Long Date |
f |
<t:1700000000:f> |
Long Date, Short Time |
F |
<t:1700000000:F> |
Full Date, Short Time |
s |
<t:1700000000:s> |
Short Date, Short Time |
S |
<t:1700000000:S> |
Short Date, Medium Time |
R |
<t:1700000000:R> |
Relative Time |
The rendered text varies with each reader's locale and time zone. Relative timestamps update as time passes.
Timestamp calculations run in your browser. The date, time, time zone, and daylight-saving choice you enter are not sent to a Timestamp Rocks conversion server or stored in an account or application database. Normal page requests and consent-dependent analytics may still occur as described in the site's Privacy Policy.
This public repository is a project introduction and reference page. The application source code is maintained privately and is not distributed here. This repository does not contain production code, build configuration, or deployment scripts.
Timestamp Rocks is an independent utility and is not affiliated with, endorsed by, sponsored by, or authorized by Discord Inc. "Discord" is a trademark of Discord Inc.