165
Examples
For the daylight saving time in
abc2
between 06:00:00 on 08/01/2007 and 06:00:00 on
09/01/2007 and from 06:00:00 08/01 to 06:00:00 on 09/01 each year after 2007, set the
system clock ahead one hour.
<Sysname> system-view
[Sysname] clock summer-time abc2 repeating 06:00:00 08/01/2007 06:00:00
09/01/2007 01:00:00
clock timezone
Syntax
clock timezone
zone-name
{
add
|
minus
}
zone-offset
undo clock timezone
View
System view
Default Level
3: Manage level
Parameters
zone-name
: Time zone name, a string of 1 to 32 characters. It is case sensitive.
add
: Adds a specified offset to UTC time.
minus
: Subtracts a specified offset from UTC time.
zone-offset
: Offset to the UTC time, in the format of
HH/MM/SS
(hours/minutes/seconds),
where
HH
is hours in the range 0 to 23,
MM
is minutes in the range 0 to 59, and
SS
is
seconds in the range 0 to 59. The zeros in the argument can be omitted except for
indicating 0 hours.
Description
Use the
clock timezone
command to set the local time zone.
Use the
undo clock timezone
command to restore the local time zone to the default
UTC time zone.
By default, the local time zone is UTC zone.
After the configuration takes effect, use the
display clock
command to view the result.
The information such as log file and debug adopts the local time modified by time-
zone and daylight saving time.
Related commands:
clock datetime
,
clock summer-time one-off
,
clock summer-time
repeating
, and
display clock
.