320
Cisco 3900 Series, Cisco 2900 Series, and Cisco 1900 Series Integrated Services Routers Generation 2 Software Configuration Guide
Chapter Administering the Wireless Device
Managing the System Time and Date
DETAILED STEPS
The first part of the
clock summer-time
global configuration command specifies when summer time
begins, and the second part specifies when it ends. All times are relative to the local time zone. The start
time is relative to standard time. The end time is relative to summer time. If the starting month is after
the ending month, the system assumes that you are in the southern hemisphere.
To disable summer time, use the
no clock summer-time
command in global configuration mode.
This example shows how to set summer time to start on October 12, 2000, at 02:00, and end on April 26,
2001, at 02:00:
AP(config)#
clock summer-time pdt date 12 October 2000 2:00 26 April 2001 2:00
Command
Purpose
Step 1
configure terminal
Enters global configuration mode.
Step 2
clock summer-time
zone
date
[
month
date year hh
:
mm month date year hh
:
mm
[
offset
]]
or
clock summer-time
zone
date
[
date
month year hh
:
mm date month year
hh
:
mm
[
offset
]]
Configures summer time to start on the first date and end on the second
date.
Summer time is disabled by default.
•
For
zone
, specify the name of the time zone (for example, PDT) to be
displayed when summer time is in effect.
•
(Optional) For
week
, specify the week of the month (1 to 5 or
last
).
•
(Optional) For
day
, specify the day of the week (for example,
Sunday).
•
(Optional) For
month
, specify the month (for example, January).
•
(Optional) For
hh
:
mm
, specify the time (24-hour format) in hours and
minutes.
•
(Optional) For
offset
, specify the number of minutes to add during
summer time. The default is 60.
Step 3
end
Returns to privileged EXEC mode.
Step 4
show running-config
Verifies your entries.
Step 5
copy running-config startup-config
(Optional) Saves your entries in the configuration file.