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 d77a8dc commit b31b5eaCopy full SHA for b31b5ea
src/tests/lib/formatters.test.js
@@ -29,7 +29,7 @@ describe('convertUnixToTime', () => {
29
});
30
31
it('converts a Unix timestamp to a locale-specific formatted time', () => {
32
- expect(convertUnixToTime(1727442050)).toBe('7:30 AM');
+ expect(convertUnixToTime(1727442050)).toBe('1:00 PM');
33
34
35
0 commit comments