# StoreInformation.Timezone

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | a string identifying the time zone, in the format: &lt;Continent-name&gt;/&lt;City-name&gt;. | [optional] 
**rawOffset** | **Number** | a negative or positive number, identifying the offset from UTC/GMT, in seconds, during winter/standard time. | [optional] 
**dstOffset** | **Number** | \&quot;-/+\&quot; offset from UTC/GMT, in seconds, during summer/daylight saving time. | [optional] 
**dstCorrection** | **Boolean** | a boolean indicating whether this time zone observes daylight saving time. | [optional] 
**dateFormat** | [**DateFormat**](DateFormat.md) |  | [optional] 
