User Guide
118 Other Installation Options
Other Installation Options
103-000143-001
August 30, 2001
Novell Confidential
Manual 99a38 July 17, 2001
Standard specifies information to be displayed to the user once the time zone
has been selected. This includes the time zone abbreviation and the adjust +/-
x:xx:xx from GMT (Greenwich Mean Time) or UTC (Universal Coordinated
Time).
If Daylight exists, it specifies that daylight savings time exists for part of the
year. It also specifies the daylight abbreviation, and the adjust +/-x:xx:xx from
standard time.
DSTStart and DSTEnd specify the rule (w for weekday of month or d for day
of month), the sequence number (1-relative), day number (1-relative),
weekday number (1-relative), month number (1-relative), and time on a 24-
hour clock for daylight savings time.
Example
@TimeZone
Description: “United States, Mountain Time Zone”,
Standard: “MST”, '7:00'
Daylight: “MDT”, '+1:00'
DSTStart: w, 1, 1, 1, 4, '2:00'
DSTEnd: w, 6, 1, 1, 10, '2:00'
Description: “United States, Central Time Zone”,
Standard: “CST”, '6:00'
Daylight: “CDT”, '+1:00'
DSTStart: w, 1, 1, 1, 4, '2:00'
DSTEnd: w, 6, 1, 1, 10, '2:00'
@EndTimeZone
Sequence number means:
1 First (ignore day number)
2 Second (ignore day number)
3 Third (ignore day number)
4 Fourth (ignore day number)
5 Fifth (ignore day number)
6 Last (ignore day number)
7 >= day number
8 <= day number