# Timezone

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | Internal timezone ID. | 
**area** | **string** | Timezone area. | 
**dst** | **int** | Is daylight saving time used in this timezone? | 
**offset** | **int** | Offset from UTC time in seconds. In this example, it is 21600/60/60&#x3D;6 hours. | 
**timezone** | **string** | User-friendly timezone name (with spaces replaced by underscores). | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


