TimeZone.List

Writes out a list of time zones supported in GroupWise. It also writes out selected time zone information.

Parameters

TimeZone.List (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.

TimeZone[n].name

TimeZone name of the nth item.

TimeZone[n].tableId

TimeZone table ID of the nth item.

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.

Example

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