2149f38cd1
Native <input type="time"> ignores general_time_format (browser-locale controlled; lang hint failed in Safari and Ralf's Chrome for both en-GB and de-DE). Replace with a custom TimeField text input that displays per general_time_format (24h "13:00" / 12h "01:00 PM") and stores canonical HH:MM, parsing tolerant free-text on blur. Keeps the fixed-width alignment fix.