Seen on: component/git-history
What it fixes
Git History shows commit dates with its own private formatter: always 24-hour time, never the locale style. The rest of the app follows the Timestamp format setting, so a user who chose 12-hour or locale formatting sees one style in chat and another in History. The same private formatter feeds the commit list, the details pane, and the screen-reader labels.
How to fix it
History should format dates through the shared timestamp formatter the chat view uses, passing the user's setting, so every surface agrees. The private formatter goes away. Ships with a test that a 12-hour setting changes the commit row output.
Seen on: component/git-history
What it fixes
Git History shows commit dates with its own private formatter: always 24-hour time, never the locale style. The rest of the app follows the Timestamp format setting, so a user who chose 12-hour or locale formatting sees one style in chat and another in History. The same private formatter feeds the commit list, the details pane, and the screen-reader labels.
How to fix it
History should format dates through the shared timestamp formatter the chat view uses, passing the user's setting, so every surface agrees. The private formatter goes away. Ships with a test that a 12-hour setting changes the commit row output.