1-2ViewUser viewParameterszone-name: Name of the summer time, a string of 1 to 32 characters.one-off: Sets the summer time for only one year (the specified year).repeating: Sets the summer time for every year starting from the specified year.start-time: Start time of the summer time, in the form of HH:MM:SS.start-date: Start date of the summer time, in the form of YYYY/MM/DD or MM/DD/YYYY.end-time: End time of the summer time, in the form of HH:MM:SS.end-date: end date of the summer time, in the form of YYYY/MM/DD or MM/DD/YYYY.offset-time: Offset of the summer time relative to the standard time, in the form of HH:MM:SS.DescriptionUse the clock summer-time command to set the summer time, including the name, time range andtime offset.After the setting, you can use the display clock command to check the results.Examples# Set the summer time named abc1, which starts from 06:00:00 2005/08/01, ends until 06:00:002005/09/01, and is one hour ahead of the standard time. clock summer-time abc1 one-off 06:00:00 08/01/2005 06:00:00 09/01/2005 01:00:00 display clock00:02:36 UTC Mon 01/01/2001Time Zone : add 00:00:00Summer-Time : abc1 one-off 06:00:00 08/01/2005 06:00:00 09/01/2005 01:00:00# Set the summer time named abc2, which starts from 06:00:00 08/01, ends until 06:00:00 09/01, and isone hour ahead of the standard time every year from 2005 on. clock summer-time abc2 repeating 06:00:00 08/01/2005 06:00:00 09/01/2005 01:00:00 display clock00:01:25 UTC Mon 01/01/2001Time Zone : add 00:00:00Summer-Time : abc2 repeating 06:00:00 08/01/2005 06:00:00 09/01/2005 01:00:00clock timezoneSyntaxclock timezone zone-name { add | minus } HH:MM:SSundo clock timezoneViewUser view