# Locale / Language settings

### 🙋‍♀️ Your time zone

When you login to Synap the platform will try to work out what timezone you're in based on your system clock and locale. All times on Synap (scheduling, due dates, time started, etc) will be shown to you in your local timezone.

<figure><img src="https://3316915154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkgvUeCmTPeNouRxGPC%2Fuploads%2FnxU0OZTJ8YEq104oIZYA%2FScreenshot%202023-04-18%20at%2016.28.37.png?alt=media&#x26;token=98374710-1171-499e-a132-130031e59078" alt=""><figcaption><p>Finding timezone options on an account page </p></figcaption></figure>

### 👨‍💻 Users time zone

Similar to your personal timezone, when your users login to Synap, the platform will try to work out their timezone based on their system settings and locale. Users are also able to modify their timezone from their account page. And admins / moderators may override a users timezone from the users> overview>administration page&#x20;

<figure><img src="https://3316915154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkgvUeCmTPeNouRxGPC%2Fuploads%2FzCTanjyjp61iUNaMDpmb%2FScreenshot%202023-04-18%20at%2016.27.36.png?alt=media&#x26;token=36bf2703-c0e9-4617-b128-e829e14b8e16" alt=""><figcaption><p>Finding a users Administration page and timezone</p></figcaption></figure>

### 🌎 Your portals time zone

You can set a portal level default time zone. This will be the time zone set to users who have their accounts generated or who do not set one themselves.&#x20;

Note: users can still override this time zone from their account page. To set a portal level default time zone, go to Settings>Locale. From here you can select one of the IANA formatted timezones as the default for your portal.&#x20;

<figure><img src="https://3316915154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkgvUeCmTPeNouRxGPC%2Fuploads%2FNrGK4mCZn0sMOWyY5ykS%2FScreenshot%202023-04-18%20at%2016.32.26.png?alt=media&#x26;token=cb7f08f2-2ee4-4f8d-9d74-f46e6e0a55d6" alt=""><figcaption><p>Setting a portal level time zone</p></figcaption></figure>

### ⤵️ Exports

When you export reports, results, user lists  or any other CSVs from Synap, times will always be in Universal Coordinated Time (UTC).

| Information | Format         |
| ----------- | -------------- |
| Times       | 12-hr hh:mm:ss |
| Dates       | dd/mm/yyyy     |

### Important note on scheduling & daylight savings

{% hint style="danger" %}
🚨 The platform schedules exams on a universal time. This means if you have 5 users in 5 different time zones and you want them to start at 9am locally. Then you may need 5 different exams. \
\
Scheduling the exam at 9am means all users will be able to start at that time no matter what time it is for them in their time zone.

<br>
{% endhint %}

{% hint style="danger" %}
🚨  The date and time picker used on the platform when scheduling an exam, automatically accounts for daylight savings times. You don't need to account for the time change should you be scheduling an exam in the future, that is after a daylight savings time change occurs.
{% 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://academy.synap.ac/doc/portal-settings/portal-settings/locale-language-settings.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.
