Minutes-since-midnight → display string in either 24h ("14:30") or 12h ("2:30 PM") form. Used by TimeRow so the rendered time matches the user's clock_format setting instead of the OS locale that <input type="time"> picks.
"14:30"
"2:30 PM"
TimeRow
clock_format
<input type="time">
Minutes-since-midnight → display string in either 24h (
"14:30") or 12h ("2:30 PM") form. Used byTimeRowso the rendered time matches the user'sclock_formatsetting instead of the OS locale that<input type="time">picks.