mix-in to dojo.date to provide timezones based on the Olson timezone data
mix-in to dojo.date to provide timezones based on the Olson timezone data. If you pass "timezone" as a parameter to your format options, then you get the date formatted (and offset) for that timezone
See the dojox/date/timezone reference documentation for more information.
Returns the timezone information for the given date and timezone string
Parameter | Type | Description |
---|---|---|
dt | Date | The Date - a "proxyDate" |
tz | String | String representation of the timezone you want to get info for date |
Loads the given data object into the zone database
Parameter | Type | Description |
---|---|---|
data | Object | The data to load - contains "zones" and "rules" parameters |