Discord Reminder Timer
Pick a time and get a relative Discord timestamp that reminds you or your server. Useful for events, deadlines and countdowns. The timestamp renders in every viewer's timezone.
- Free, no limits
- No login
- Runs in your browser
Defaults to one hour from now. The timestamp shows the time in every viewer's timezone.
About this tool
This tool turns any time into a Discord timestamp you can paste. Relative mode updates as time passes, perfect for reminders without a bot.
Every viewer sees the time in their own timezone.
How to use
Set the date and time for your reminder.
Get the Discord timestamp code.
Paste it into your server or DM.
Scheduled events as the alternative
Where a timestamp only displays a time, a Discord scheduled event actually notifies. Members can mark themselves interested, receive a notification when it starts, and see it listed above the channel list.
Events can be attached to a voice channel, a stage, or an external location with a plain text description. The interested list is visible to organisers, which makes them far more useful than a message for anything with attendance.
The trade-off is friction: creating an event takes more steps than posting a timestamp and requires the Manage Events permission. For a recurring casual thing a timestamp is enough; for anything people need to show up to, an event is the right tool.
Relative timestamps as reminders
The `R` timestamp style renders as a live relative phrase - "in 3 hours", "in 2 days" - and keeps updating after the message is posted. That is what makes it useful for deadlines: the message stays accurate as time passes rather than becoming a stale statement.
It is not a notification. Discord does not alert anyone when the moment arrives; the text simply changes to "3 hours ago". For an actual alert you need a bot or a scheduled event, both of which can ping at the time.
Pairing `R` with `F` covers both questions readers have. The relative form answers how long is left, the full form answers exactly when, and each reader sees the absolute time in their own timezone.
Timezones and the datetime-local trap
A Discord timestamp is Unix seconds, which are absolute and timezone-free. The conversion happens in each reader's client, which is precisely why the format exists.
The bug this invites is on the input side. An HTML datetime-local field holds local wall-clock time with no timezone, while a Date's ISO string is UTC. Feeding one into the other without adjusting shifts everything by the user's offset - a reminder set for 6pm arrives at 5pm for anyone an hour off UTC, and the error is invisible to anyone testing from UTC.
Using timestamps for reminders
Announce an event or deadline and the timestamp updates live in relative mode. Nobody has to do mental timezone math.
Frequently asked questions
Does this need a bot?
No. Discord natively renders the timestamp you paste in chat.
Try other relevant tools
Snowflake ID & Date Converter
Convert between Discord IDs and exact dates - both directions.
Discord Timestamp Generator
Create <t:123:r> timestamps that render in every reader’s local time.
Discord Token Decoder
Decode the payload of a Discord token to reveal the embedded user ID and type.