[Contents] [Prev] [Next] [Index] [Report an Error]

Examples: Setting the Time Zone

Set the time zone relative to UTC (GMT):

[edit]
user@host# set system time-zone GMT+2

Set the time zone for Pacific Daylight Time:

[edit]
user@host# set system time-zone PDT
[edit]
user@host# show
system {
time-zone PDT;
}

Set the time zone for New York:

[edit]
user@host# set system time-zone America/New_York
[edit]
user@host# show
system {
time-zone America/New_York;
}

For information about what time zones are available, see time-zone.


[Contents] [Prev] [Next] [Index] [Report an Error]