From 3e8243b5ccc77bd4cf2a9b431fbcdf99afdcbd87 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Thu, 1 Feb 2024 08:10:01 -0800 Subject: [PATCH] Add bad range for Safari --- bad-ranges.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bad-ranges.js b/bad-ranges.js index a88b81f4b..38e0c02e6 100644 --- a/bad-ranges.js +++ b/bad-ranges.js @@ -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