Skip to content

Commit ec43569

Browse files
authored
Update daylight savings test (#2418)
1 parent 3a423d2 commit ec43569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/stores/time-format.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ describe('getUTCOffset', () => {
6363
});
6464

6565
test('should return a formatted UTC offset for a timezone', () => {
66-
expect(getUTCOffset('America/Denver' as TimeFormat)).toBe('-06:00');
66+
expect(getUTCOffset('America/Denver' as TimeFormat)).toBe('-07:00');
6767
});
6868
});

0 commit comments

Comments
 (0)