Skip to content

Commit

Permalink
Add bad range for Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m authored Feb 1, 2024
1 parent bb5c865 commit 3e8243b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bad-ranges.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const EXPERIMENTAL_BAD_RANGES = [
[moment('2023-09-11'), moment('2023-09-12')],
[moment('2023-09-20'), moment('2023-09-21')],
[moment('2023-09-22'), moment('2023-09-23')],
[moment('2024-01-29'), moment('2024-01-30')],
];

// Advances date to the end of a bad range if it's in a bad range, and otherwise
Expand Down

0 comments on commit 3e8243b

Please sign in to comment.