Closed lilingxi01 closed 2 years ago
There is bug when user inputs 12:30 (we should treat this as a 24-hour format). It should be parsed into 12:30 PM rather than 12:30 AM.
12:30
12:30 PM
12:30 AM
Description
There is bug when user inputs
12:30
(we should treat this as a 24-hour format). It should be parsed into12:30 PM
rather than12:30 AM
.