Documentation
A comprehensive guide to creating, using, and mastering time-related features for Discord.
Discord timestamps are a special markup that allows you to display dates and times that automatically convert to each user's local timezone. When you paste a timestamp code, Discord reads it and shows the time adjusted for the person viewing it, making it perfect for coordinating across the globe.
The basic syntax for a Discord timestamp is:
<t:UNIX_TIMESTAMP:FORMAT>
Where:
- UNIX_TIMESTAMP: is the specific moment in time, measured in seconds since January 1, 1970 (Unix Epoch).
- FORMAT: is an optional letter that defines how the timestamp should be displayed.
Short Time
e.g., 10:20 AM
Usage: <t:1619827200:t>
Long Time
e.g., 10:20:30 AM
Usage: <t:1619827200:T>
Short Date
e.g., 04/20/2021
Usage: <t:1619827200:d>
Long Date
e.g., April 20, 2021
Usage: <t:1619827200:D>
Short Date/Time
e.g., April 20, 2021 10:20 AM
Usage: <t:1619827200:f>
Long Date/Time
e.g., Tuesday, April 20, 2021 10:20 AM
Usage: <t:1619827200:F>
Relative Time
e.g., 2 years ago
Usage: <t:1619827200:R>
Timestamp Generator & Kitchen
Our main tool helps you create timestamps effortlessly. The integrated 'Timestamp Kitchen' is a unique feature that lets you see all available formats at once.
- Pick any date and time with an easy-to-use calendar.
- Instantly preview and copy the code for any format, from a single table.
Time Zone Converter
Planning an event across different time zones? Our converter is the perfect tool for the job.
- Select a date and time in your local timezone.
- Choose a target timezone to see the exact corresponding time for your friends.