1 \nDaylight Saving Time Update Utility Version 1.2\nCopyright Microsoft Corporation 1997. All rights reserved\n\nTIMEZONE [/?] [/g | /s StartDate EndDate]\n\n /?: Command line help\n /g: Get the current timezone\n /s: Set a new timezone\n StartDate: Date that Daylight Saving Time begins\n EndDate: Date that Daylight Saving Time ends\n\n StartDate and EndDate use format: Hour:DayOfWeek:Day:Month\n Hour: 00-23 (specifies the hour)\n DayOfWeek: 0-6 (specifies the day of the week; Sunday = 0, Monday = 1,\n and so on)\n Day : 1-5 (specifies the occurrence of day in the month; 1 = first\n occurrence of day, 2 = second occurrence of day, ..., 5 = last\n occurrence of day)\n (if DayOfWeek is Sunday, then 1 = first Sunday, 4 = fourth\n Sunday, 5 = last Sunday)\n Month: 01-12 (specifies the month; January = 1, February = 2, and so on)\n\n 2 Example:\n\n TIMEZONE /s 02:0:5:04 02:2:1:10\n\n Timezone will be changed to:\n Daylight Saving Time begins at 2:00 on last Sunday in April (02:0:5:04)\n Daylight Saving Time ends at 2:00 on forth Tuesday in October (02:2:4:10)\n\n 3 \nWarning: Invalid date format or range\n\n Hour: 00 - 23\n DayOfWeek: 0 - 6\n Day : 1 - 5\n Month: 01 - 12\n\n