Cab agenda timer in Cab Workbench does not start from ZeroIssue If we schedule a CAB meeting for 60 minutes then the meeting is starting at 63 minute/67 minute which should start at '0 minute' and thus results in incorrect total time duration. ReleaseAll ReleaseCauseIt is an expected behaviour Resolution> The elapsed time in the timer for a CAB meeting in CAB workbench is essentially calculated via these two scenarios :CASE 1: If 'actual start' time is before 'meeting start time', then it's the time difference between 'now time' and 'actual start'CASE 2: If 'actual start time' is after 'meeting start time', then it is the difference between 'now time ' and 'meeting start time'. You can validate 'meeting start time/end time' and 'actual start time/end time' in 'cab_meeting_list' Table.