Adding a “time” question type would be a huge help in order to provide better input options for the user.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time
Edit: I ended up making a dropdown question with 15 minute increments in the time format that I wanted. Since I was using my time question for court attendance and depositions, 15 minute intervals during business hours was sufficient.
i.e.
8:00 a.m.
8:15 a.m.
8:30 a.m.
8:45 a.m.
9:00 a.m.
9:15 a.m.
9:30 a.m.
9:45 a.m.
etc…
Yes please