TimeZone.Read

Reads the user's time zone information.

Parameters

TimeZone.Read (Required)

Specifies the required action.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Value

Description

TimeZone.id

Selected time zone ID.

User.TimeZone.offset

Selected time zone offset from GMT.

User.TimeZone.dst

True if the user is in daylight saving time. Otherwise, false.

User.TimeZone.desc

Standard or daylight description for the current time zone.

Remarks

If the user has not set a time zone, the time zone information for the post office is used. The user's time zone is initialized during login.

Example

<A href="/servlet/webacc?User.context=xyz&action=
TimeZone.Read&merge=timezone">Read TimeZone </A>