Closed
Description
This page is using <input type="time">
to insert a time position/length.... but the American locale switches it in 12 hours format.
I've tried to use lang="fr"
attribute, it doesn't work, all browsers rely on OS/Software locale for this 12/24 hours switch.
I should polyfill it with a 24 hours version... written from scratch... I'm not happy about that.