# Time Format

## Description

The user **Time Format** setting tells Friend Time how you prefer to show times. Friend Time will use your preference when sending you times.

![](/files/zEXdaRvzH8SHox4eLEUk)

{% hint style="info" %}
To learn how to change settings like this one, see the [me command](/commands/user-commands/me.md).
{% endhint %}

## Options

1. **12-Hour** (`12`)
   * Use this option if you prefer times in a 12-hour format with an "AM" or "PM".
   * Ex: **5:00 PM**
2. **24-Hour** (`24`)
   * Use this option if you prefer times in a 24-hour format.
   * Ex: **17:00**


---

# 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://friend-time.arilyn.cc/settings/user-settings/time-format.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.
