> For the complete documentation index, see [llms.txt](https://docs.frontrun.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/xiu-fu-xi-tong-shi-jian-bu-zheng-que.md).

# 修复系统时间不正确

如果交易持续失败，可能是因为您的电脑时间与网络时间不同步。即使相差几分钟，也可能导致签名请求失效，从而造成交易失败。

请按照以下步骤自动同步您的系统时间。

### 1. macOS：开启自动设置日期与时间

1. 点击 Apple 菜单，依次进入 系统设置 → 通用 → 日期与时间。
2. 开启 自动设置日期与时间。
3. 如果已经开启，请先关闭再重新开启，以强制执行一次时间同步。

<figure><img src="/files/etYqEmUMdyrmxGyrGSYa" alt=""><figcaption></figcaption></figure>

### 2. Windows：开启自动设置日期与时间

1. 右键点击屏幕右下角的时钟。
2. 选择 调整日期和时间。
3. 开启 自动设置时间 和 自动设置时区。
4. 点击 立即同步，并确认同步成功。

<figure><img src="/files/zqtsTqrnutKIIgatEEZp" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.frontrun.pro/cn/yong-hu-zhi-nan/xiu-fu-xi-tong-shi-jian-bu-zheng-que.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
