# time

## Summary

The `/time` command is used to check the current time of the server, user, bot, or time zone.

* `/time server` - Check the current time of **the server.**
* `/time user <user/bot>` - Check the current time of **a user** or **bot**..
* `/time zone <zone>` - Check the current time of **a time zone**.

## View the Server's Time

Type `/time server` to see the current time of the server.

![](/files/SbcW9mOXtFIJ4UFqBzpk)

## View a User's Time

Type `/time user <user>` to see the current time for a user.

![](/files/5X7lzNVhfjJxZ2FjcHII)

## View a Bot's Time

Type `/time user <bot>` to see the current time for a bot.

![](/files/VlDxBrQloxnnc3gwsRPP)

## View a Zone's Time

Type `/time zone <zone>` to see the current time in a time zone.

![](/files/1vTOIT9sm91urglF200K)

{% hint style="info" %}
If you are unsure which time zone to use, see the guide on [finding time zones](/finding-time-zones.md).
{% endhint %}


---

# 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/commands/user-commands/time.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.
