GET api/Utility/GetOlsonTimeZone/{win32TimeZone}

Return the Olson Time Zone for the first matching Win32TimeZone name

Request Information

URI Parameters

NameDescriptionTypeAdditional information
win32TimeZone

Windows Time Zone (e.g. Eastern Standard Time), URL encoded e.g. /GetOlsonTimeZone/Eastern%20Standard%20Time If you have a period in your Windows Time Zone, add a trailing slash when calling the method. e.g. For "W. Europe Standard Time" use: /GetOlsonTimeZone/W%2E%20Europe%20Standard%20Time/

string

Required

Body Parameters

None.

Response Information

Resource Description

UTF-8 text/plain text of the Olson Timezone

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>