# Time Format

## Description

The server **Time Format** setting tells Friend Time how the server prefers to show times. Friend Time will use this preference when sending times for the server.

![](/files/wi7IbmuiWuwRWIlzi1Ft)

{% hint style="info" %}
To learn how to change settings like this one, see the [server command](/commands/admin-commands/server.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/server-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.
