This has never worked in Firefox. Fx doesn’t follow en_DK
for dates & even if I set/leave my preferences @ en_US
as default, I still get terrible defaults like dd/mm/yyyy & commas for decimal separators at least on my machine even if I toggle on/off the use system locale option. Is LibreWolf in a position to be the first Fx fork to support ISO 8601 date formats (with nerds rejoicing everywhere)?
You must log in or # to comment.
It might be pretty late, but you CAN change it in firefox (as well as in forks). I just put this in my
user.js
user_pref("intl.date_time.pattern_override.connector_short", "{1} {0}"); user_pref("intl.date_time.pattern_override.date_short", "yyyy-MM-dd"); user_pref("intl.date_time.pattern_override.time_short", "HH:mm");