Skip to content

Commit

Permalink
Update daylight savings test (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman authored Nov 6, 2024
1 parent 3a423d2 commit ec43569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stores/time-format.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ describe('getUTCOffset', () => {
});

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

0 comments on commit ec43569

Please sign in to comment.