# 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.
