# FAQ

## Can Friend Time show times in a 24-hour format?

Yes, see the [User Time Format](/settings/user-settings/time-format.md) setting or the [Server Time Format](/settings/server-settings/time-format.md) setting.

## How do I find my time zone?

See the following guide on [finding time zones](/finding-time-zones.md).

## Friend Time keeps saying "User not found."

If you are trying to set your time zone and keep seeing "User not found.", please see the guide on [setting your time zone](/commands/user-commands/set.md#setup-for-yourself).

The following is an example of how to set your time zone:

![](/files/UnXA52qQYd44zeb3Re56)

## Why isn't Friend Time messaging me when I react with the clock emoji?

Friend Time requires that you have **Direct Messages enabled** in at least one server that you share with Friend Time. Please check your **Privacy Settings** for the server.

![](/files/GW2nAxiF1mXsgxYcBz5S)

{% hint style="info" %}
If you don't want to enable the setting in your server, consider joining the [Support Server](https://discord.gg/c9kQktCbsE), and enabling direct messages there.
{% endhint %}

## Why isn't the time zone list working?

Please check that the following are true:

* The server's [list setting](/settings/server-settings/list.md) is enabled.
* There is **at least one** time zone in the [server's time zone list](/commands/admin-commands/list.md).

## Can I set time zones for other users?

Yes. Please see the [set command](/commands/user-commands/set.md#setup-for-another-user) for more information.


---

# 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/faq.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.
