We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c913a9 commit c2cb4cdCopy full SHA for c2cb4cd
src/tests/lib/formatters.test.js
@@ -11,7 +11,7 @@ describe('convertUnixToTime', () => {
11
});
12
13
it('converts a Unix timestamp to a locale-specific formatted time', () => {
14
- expect(convertUnixToTime(1727442050)).toBe('01:00 pm');
+ expect(convertUnixToTime(1727442050)).toBe('01:00 PM');
15
16
17
0 commit comments