> For the complete documentation index, see [llms.txt](https://docs.milliononmars.com/playerguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.milliononmars.com/playerguide/meta-information/support-articles/syncing-your-devices-clock.md).

# Syncing your Device's Clock

## Device Guides

* [Windows](#windows)
* [Linux (Ubuntu)](#linux-ubuntu)
* [Mobile (Android)](#undefined)

## Windows

First, right click the date and time in the task bar (default bottom right of the screen):

![](/files/8SlFGHk5JwF7D85E57P5)

Then, select "Adjust date/time" from the popup menu:

![](/files/xzl8cx3aWdUXTb90SO4G)

Alternately, you can open the Settings app, search for "time", and select "Date & time settings":

![](/files/Ei5EbrL3SIQup2E26pCZ)

Finally, ensure that "Set time automatically" and "Set time zone automatically" are enabled. If they are, click "Sync now" to sync with the Windows time server. If they aren't, enable them and then sync.

![](/files/X0Fk9XFfcR4Mp0uEB6hk)

If the automatic date and time setting is still incorrect for whatever reason, then you can disable it and manually configure the correct time. It's important that it is accurate down to the minutes and even seconds, so reference a reliable clock for this.

## Linux (Ubuntu)

First, open the Settings app and search for "time":

![](/files/w43aQVqbIPwesXRzG5xc)

If "Automatic Date & Time" is disabled, then enable it. Otherwise, disable it for a few seconds and then re-enable it:

![](/files/KtA69kpk4ilBvta4Kquz)

If the automatic date and time setting is still incorrect for whatever reason, then you can disable it and manually configure the correct time. It's important that it is accurate down to the minutes and even seconds, so reference a reliable clock for this.

## Mobile (Android)

First, open your Settings app:

![](/files/4SQRku22jCyrJlOJST9A)

Search for "time" and select "Date & time":

![](/files/Ot0qnH8OD9YX7FtAR3y7)

If "Set time automatically" or "Set time zone automatically" are disabled, then enable them. If they are already enabled, then disable them and after a few seconds re-enable them:

![](/files/wd3CWb1rtSFA41zHV8qB)


---

# 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://docs.milliononmars.com/playerguide/meta-information/support-articles/syncing-your-devices-clock.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.
