IBrickhouse / Time-Converter-Web-App

A web app to convert event times. Planned as a minimum viable product in order to lay the groundwork for further development ideas.
0 stars 0 forks source link

Cannot Convert Time Alone Correctly With No Date #20

Open IBrickhouse opened 1 year ago

IBrickhouse commented 1 year ago

Time conversion does not convert correctly when converting time with timezone but no date. Will convert somewhat correctly in Safari but will be 7 minutes off. Chrome will not convert at all. Adding a date in the correct field will fix it to working order.

Safari:

image

Chrome:

image
IBrickhouse commented 1 year ago

Is the actually a problem? It makes sense that a time conversion would need a date to correctly convert. This may not be necessary.