From 4dd75abe314f894177d34cc405d115050f17f209 Mon Sep 17 00:00:00 2001 From: omicron Date: Mon, 19 Feb 2024 16:18:58 +0800 Subject: [PATCH] fix SG 2024 JSON --- test/fixtures/SG-2024.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/fixtures/SG-2024.json b/test/fixtures/SG-2024.json index 41c0ca5ce..24dc25d10 100644 --- a/test/fixtures/SG-2024.json +++ b/test/fixtures/SG-2024.json @@ -64,13 +64,13 @@ "_weekday": "Wed" }, { - "date": "2024-05-23 00:00:00", - "start": "2024-05-22T16:00:00.000Z", - "end": "2024-05-23T16:00:00.000Z", + "date": "2024-05-22 00:00:00", + "start": "2024-05-21T16:00:00.000Z", + "end": "2024-05-22T16:00:00.000Z", "name": "Vesak Day", "type": "public", - "rule": "2024-05-23", - "_weekday": "Thu" + "rule": "2024-05-22", + "_weekday": "Wed" }, { "date": "2024-06-16 00:00:00 -0600",