# Discord Timestamp

#### Description

Represents a timestamp that is formatted specifically for use within the Discord platform. This data type allows for various formatting options to display dates and times in different styles, such as short or long formats, and relative time.

#### Properties

* **Default**: The timestamp displayed in Discord's default format.
* **Short time**: Displays only the time in a short format (e.g., `2:30 PM`).
* **Long time**: Displays the time in a more detailed format (e.g., `2:30:45 PM`).
* **Short date**: Displays only the date in a short format (e.g., `01/01/2024`).
* **Long date**: Displays the date in a more detailed format (e.g., `January 1, 2024`).
* **Short date and time**: Displays both the date and time in a short format (e.g., `01/01/2024, 2:30 PM`).
* **Long date and time**: Displays both the date and time in a detailed format (e.g., `January 1, 2024, 2:30:45 PM`).
* **Relative**: Displays the time relative to the current time (e.g., `5 minutes ago`).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flexy.bot/modules/discord/data-types/discord-timestamp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
