Discord Timestamp Converter
Show in Milliseconds
What is Discord Timestamp?
A Discord timestamp is a special formatting feature that allows users to display a specific date and time in various formats, which will automatically adjust to the local time zone of anyone viewing the timestamp. This ensures that users across different time zones see a consistent time reference based on their own region.
Discord timestamps are generated using a specific syntax with:
<t:TIMESTAMP:FORMAT>
Supported time formats:
Formats | Input | Output | Description |
---|---|---|---|
F | <t:1729443300:F> | Sunday, October 20, 2024 at 10:25 PM | Long Date/Time |
f | <t:1729443300:f> | October 20, 2024 at 10:25 PM | Short Date/Time |
D | <t:1729443300:D> | October 20, 2024 | Long Date |
d | <t:1729443300:d> | 10/20/20242 | Short Date |
t | <t:1729443300:t> | 10:25 PM | Short Time |
T | <t:1729443300:T> | 10:25:00 PM | Long Time |
R | <t:1729443300:R> | 1 minute ago | Relative Time |