Discord Epoch Time
Generate dynamic Discord timestamp markdown tags (<t:timestamp:R>) that display in each user’s local timezone.
1788603780<t:1788603780:R>Relative TimePreview: e.g. in 2 hours / 5 minutes ago
<t:1788603780:f>Short Date/TimePreview: 9/5/2026 10:23 AM
<t:1788603780:F>Long Date/TimePreview: Saturday, September 5, 2026 at 10:23 AM
<t:1788603780:d>Short DatePreview: 9/5/2026
<t:1788603780:D>Long DatePreview: September 5, 2026
<t:1788603780:t>Short TimePreview: 10:23 AM
<t:1788603780:T>Long TimePreview: 10:23:00 AM
Did this calculation save you time?
Student ProjectHi! I'm a student developer building Calculat in my spare time. I was tired of searching for basic math tools and having to click through 10 spammy popups, loan ads, and cookie trackers.
I keep this website 100% free, private, and ad-free. If this helped you with your homework, project, or finances today, bookmarking this page or telling a friend helps me keep building more free tools!
What Is a Discord Epoch Time?
A Discord epoch time calculator generates special dynamic timestamp markdown codes (such as `<t:1740000000:R>`) used on Discord servers. These timestamps automatically adjust to each server member’s local device timezone and display real-time relative countdowns (e.g., "in 2 hours" or "5 minutes ago").
How to Use This Calculator
- Pick the target date and time using the datetime picker.
- Browse all 7 Discord timestamp format styles (Relative, Long Date, Short Time, etc.).
- Click the Copy button next to your desired format.
- Paste the code directly into any Discord text channel or direct message.
Discord Markdown Syntax
\text{Tag} = \texttt{<t:} + \lfloor t_{\text{epoch}} \rfloor + \texttt{:} + \text{flag} + \texttt{>}Where t_epoch is the Unix timestamp in seconds, and flag is R (Relative), F (Full), D (Date), or T (Time).
Worked Example
Scenario: Scheduling a gaming raid on Friday at 8:00 PM.
Select Friday 20:00.
Epoch calculated: 1740000000 seconds.
Relative tag: <t:1740000000:R> -> Displays as "in 3 days" to all users.
Tips & Key Notes
- `<t:timestamp:R>` is the most popular tag for gaming and community announcements because it updates dynamically in real-time.
- Using Discord epoch tags prevents confusion when organizing global events across US, European, and Asian timezones.
- Discord timestamps use 10-digit Unix timestamps (seconds), not 13-digit JavaScript timestamps (milliseconds).
Frequently Asked Questions
What is `<t:timestamp:R>` in Discord?
It is a relative timestamp tag that dynamically displays countdowns like "in 2 hours" or "10 minutes ago" relative to the viewer’s current clock.
Do Discord timestamps automatically convert timezones?
Yes! Every Discord user sees the timestamp translated into their own computer or phone’s local timezone automatically.
What are the different Discord timestamp flags?
`t` (Short Time: 9:41 PM), `T` (Long Time: 9:41:30 PM), `d` (Short Date: 11/28/2024), `D` (Long Date: November 28, 2024), `f` (Short Date/Time), `F` (Long Date/Time with weekday), and `R` (Relative).
Can I use Discord timestamps in bots and webhooks?
Yes, Discord timestamps work in chat messages, embeds, bots, webhooks, and channel topic descriptions.
Related Calculators
Explore similar toolsEpoch Time Converter
Convert Unix epoch timestamps in seconds and milliseconds to UTC and local human-readable date-time formats.
Unix Epoch Time
Live ticking Unix epoch clock with countdown to the Year 2038 32-bit overflow problem (Y2K38).
Date Time Calculator
Calculate the exact span between two specific date-time timestamps including days, hours, minutes, and seconds.