System Namespace
Represents a time zone.
A time zone is a geographical region in which the same standard time is used.
The following example gets the values returned by the current time zone set on the Web server.
Show me
The following examples show how to determine and set the current local time of a user's browser based on the current time zone setting on the Web server.
This is done basically by calling a client-side JavaScript function to determine the current browser's UTC offset based on the time zone setting of the browser, and then calculating the current browser's local time from the UTC time derived from the time zone setting of the server.
DateTime Structure Globalization and Localization Primer