Discord Timestamps

Discord timestamps are used to provide time in multiple formats. The information is given according to the user's timezone and locale. Discord timestamps are built with the Unix Time system, meaning that they are dynamic. These can be used by anyone; This includes users, webhooks, and applications.

Syntax

Timestamp syntax: <t:unixTime:Style>

Styles

Here's a list of all supported time format styles.

StyleInputOutputDescription
t<t:1667219160:t>12:26 AMShort Time
T<t:1667219160:T>12:26:00 AMLong Time
d<t:1667219160:d>10/31/2022Short Date
D<t:1667219160:D>October 31, 2022Long Date
f<t:1667219160:f>October 31, 2022 12:26 AMShort Date/Time
F<t:1667219160:F>Monday, October 31, 2022 12:26 AMLong Date/Time
R<t:1667219160:R>27 minutes agoRelative Time

📌 The default style is f, if no style provided.

Usability

Functions which return UNIX timestamp:

Example

$nomention
<t:$getTimestamp:D>

image