> For the complete documentation index, see [llms.txt](https://meta-quest-ru-wiki.gitbook.io/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meta-quest-ru-wiki.gitbook.io/start/issues-fix/quest-standalone/time-sync.md).

# Подключение ограничено \ Дата & Время

Если ваш шлем долго лежал разряженным или выключенным, дата и время могут сбиться *(например, вернуться в 2010 год или другую дату)*.

{% hint style="warning" %}
**Почему это плохо?**

* **Отсутствие интернета:** Шлем к Wi-Fi подключен, но браузер и магазин пишут "Нет интернета" или "Нет соединения".
* **Ошибка SSL\TLS:** Сайты могут не открываться из за просроченных сертификатов безопасности.
  {% endhint %}

<details>

<summary>Способ 1: Скрипт (<mark style="color:$success;">Легко</mark>)</summary>

**Никаких программ не понадобится, достаточно скрипта и пару кликов!**

1. **Загрузить** файл: [timecorrection.cmd](https://drive.google.com/file/d/16cjRrb4CriVHs1G9-e8_Gv7haQJSLokV/view?usp=sharing)
2. **Подключите** Quest шлем к компьютеру по USB кабелю.
3. Запустите файл `TimeCorrection.cmd`

* *Скрипт сам определит текущее время на компьютере и синхронизирует время на шлеме.*

</details>

<details>

<summary>Способ 2: Ручной (<mark style="color:orange;">ADB команда</mark>)</summary>

Этот метод можно использовать, если вдруг не получился первый способ..Либо если вы на **MacOS/Linux**

**Вам понадобится:**

* **Сайт:** [EpochConverter](https://www.epochconverter.com/)
* **Терминал ADB:** SideQuest либо CMD (командная строка)

***

1. **Перейдите** на сайт и скопируйте значение "**Unix epoch time**" (например: <kbd>1768988252</kbd>).
2. **Допишите** в конце три нуля (`000`).
3. **Выполните** команду: `adb shell service call alarm 2 i64 ВАШЕ_ЧИСЛО_С_НУЛЯМИ`
4. <mark style="color:$success;">**Готово!**</mark>

</details>

<details>

<summary>Способ 3: Автоматический (<mark style="color:$success;"><strong>Телефон</strong></mark>)</summary>

**Наилегчайший способ** исправить проблему со временем, а именно синхронизация с телефоном через приложение Meta Horizon.

1. **Включите** шлем.
2. **Включите Bluetooth** и **Геолокацию** на телефоне.
3. **Откройте** приложение **Meta Horizon** на телефоне и выберите свой шлем.
4. **Подождите пару минут** находясь рядом со шлемом.

</details>

{% hint style="info" %}
[Кстати, у нас есть **Telegram-чат**, где можно **спросить помощи и пообщаться**](https://t.me/MetaQuestRUS)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://meta-quest-ru-wiki.gitbook.io/start/issues-fix/quest-standalone/time-sync.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.
