Index: calendar-tool/tool/src/webapp/vm/calendar/chef_calendar_revise.vm =================================================================== --- calendar-tool/tool/src/webapp/vm/calendar/chef_calendar_revise.vm (revision 122414) +++ calendar-tool/tool/src/webapp/vm/calendar/chef_calendar_revise.vm (working copy) @@ -377,8 +377,8 @@ #end #if ($dmi == 60) #set ($dmi = 0) - #if ($dhour == 12) - #set ($dhour = 1) + #if ($dhour == 23) + #set ($dhour = 0) #else #set ($dhour = $dhour + 1) #end