# 2025-03-21: Site Settings Service - timezone field added

## Overview

The `timezone` field has been added to the `site.homeBase` request and response body. For now, this field is used by the Sequential ID Service to generate fallback values for placeholders such as:

* `__year__`
* `__month__`
* `__day__`
* `__hour__`
* `__minute__`
* `__second__`

## Updated endpoints

| Endpoint                                                                                                                                                                             | Description                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------- |
| [Retrieving sites](https://developer.emporix.io/api-references/api-guides/configuration/site-settings-service/api-reference/site-settings)                                           | The `homeBase.timezone` field added to the response body. |
| [Retrieving a site](https://developer.emporix.io/api-references/api-guides/configuration/site-settings-service/api-reference/site-settings#get-site-tenant-sites-sitecode)           | The `homeBase.timezone` field added to the response body. |
| [Creating a site](https://developer.emporix.io/api-references/api-guides/configuration/site-settings-service/api-reference/site-settings#post-site-tenant-sites)                     | The `homeBase.timezone` field added to the request body.  |
| [Fully updating a site](https://developer.emporix.io/api-references/api-guides/configuration/site-settings-service/api-reference/site-settings#put-site-tenant-sites-sitecode)       | The `homeBase.timezone` field added to the request body.  |
| [Partially updating a site](https://developer.emporix.io/api-references/api-guides/configuration/site-settings-service/api-reference/site-settings#patch-site-tenant-sites-sitecode) | The `homeBase.timezone` field added to the request body.  |

## Known problems

There are no known problems.


---

# 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://developer.emporix.io/changelog/archive/changelog-2025/2025-03-21-site.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.
