Yes. But thanks. No solution to be found there. The time zone is correct, but not the format.Have you gone into "System Settings" > "General" and chosen "Date & Time"?
sudo defaults delete /Library/Preferences/.GlobalPreferences.plist AppleICUForce12HourTime
Dude. Apple takes so long to fix stuff like that. I reported this ages ago. It’s been present since first Sonoma beta. I stopped reporting stuff because Apple doesn’t fix themYes. But thanks. No solution to be found there. The time zone is correct, but not the format.
Er, what hardware and macOS are you using? I do not see what you show in your attached image. In particular, I do not see the toggle for "Show 24-hour time on the Lock Screen."
Your reply puzzles me greatly.
Just found this thread and came here to report that I'm seeing this same issue too. Running Mac OS Tahoe 26.0.1 on a 2021 M1 MBP. I tried the sudo command above but it didn't work - I haven't customised any settings previously therefore didn't have a .GlobalPreferences.plist file - running the command simply says the .GlobalPreferences.plist file not found.Running the latest Tahoe beta this issue appears to be fixed. I did have to reset some of my defaults set before, running this command in terminal fixes my issue:
sudo defaults delete /Library/Preferences/.GlobalPreferences.plist AppleICUForce12HourTime
Running the latest Tahoe beta this issue appears to be fixed. I did have to reset some of my defaults set before, running this command in terminal fixes my issue:
sudo defaults delete /Library/Preferences/.GlobalPreferences.plist AppleICUForce12HourTime
SameThis did not work for my M5 Macbook Pro either. It continues to show 12 hour clock despite my 24 hour clock settings. Any other solutions as it is quite annoying that such an expensive machine cannot change this setting easily.
defaults read /Library/Preferences/.GlobalPreferences.plist
AppleICUForce12HourTime
defaults delete /Library/Preferences/.GlobalPreferences.plist AppleICUForce12HourTime
2026-05-31 15:09:04.542 defaults[5324:30009]
Domain (/Library/Preferences/.GlobalPreferences.plist) not found.