Specifications

2-21
Cisco Content Services Switch Getting Started Guide
OL-6711-01
Chapter 2 Configuring CSS Basics
Configuring the Date, Time, and Time Zone
end_day - The day of the week to end DST. Enter a day from Sunday to
Saturday.
end_month - The month to end DST. Enter a month from January to
December.
(Optional) offset - The number of minutes added to the time for DST. By
default, the offset is 60. Enter a number from 1 to 240.
For example, to configure DST in time zone EDT to start on the first Sunday in
June at 2 a.m. and end on the last Sunday in October at 2 a.m., enter:
# clock summer-time EDT recurring 1 Sunday June 02:00 last Sunday
October 02:00
Configuring DST for Only One Year
To configure DST to occur for only one year on the CSS, use the date keyword
with the clock summer-time command in the following syntax:
clock summer-time zone date dateStart monthStart yearStart hh:mm
dateEnd monthEnd yearEnd hh:mm {offset}
zone - The three-character name to designate the time zone.
dateStart - The day of the month to begin DST. Enter a number from 1 to 31.
monthStart - The month to begin DST. Enter a month from January to
December.
yearStart - The year to begin DST. Enter a value from 2000 to 2079.
hh:mm - The military format of time in hours and minutes. For 2 a.m., enter
02:00. For 2 p.m., enter 14:00.
dateEnd - The day of the month to end DST. Enter a number from 1 to 31.
monthEnd - The month to end DST. Enter a month from January to December.
yearEnd- The year to end DST. Enter a value from 2000 to 2079.
(Optional) offset - The number of minutes added to the time for DST. By
default, the offset is 60. Enter a number from 1 to 240.
For example, to configure DST in zone PDT to start on October 2, 2005 at 2 a.m.
and end on May 2, 2006 at 2 a.m., enter:
# clock summer-time PDT date 2 October 2005 02:00 2 May 2006 02:00