expected output:
error does not accept schedule time that includes seconds.
result output:
issue:
According to the User Guide and error message, schedule_time format is HH:mm. However, an input where time is given with HH:mm:ss is accepted. This is inconsistent as specified
input: schedule 4 sn/appointment sd/2024-10-22 st/16:00:12
expected output: error does not accept schedule time that includes seconds.
result output:
issue: According to the User Guide and error message, schedule_time format is HH:mm. However, an input where time is given with HH:mm:ss is accepted. This is inconsistent as specified