Skip to content

Commit 924a4c8

Browse files
authored
fix(data): Fix CCL weekend service adjustment recurrence window (#206)
1 parent d8e5eed commit 924a4c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

data/source/issue/2026-04-11-ccl-weekend-service-adjustment.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"lineIdsAffected": [
1010
"CCL"
1111
],
12-
"startAt": "2026-04-11T00:00:00.000+08:00",
13-
"endAt": "2026-05-18T00:00:00.000+08:00",
12+
"startAt": "2026-04-11T23:00:00.000+08:00",
13+
"endAt": "2026-04-12T09:00:00.000+08:00",
1414
"type": "maintenance",
1515
"cancelledAt": null,
1616
"subtypes": [
1717
"track.work"
1818
],
19-
"rrule": null,
19+
"rrule": "DTSTART;TZID=Asia/Singapore:20260411T230000\nRRULE:FREQ=WEEKLY;UNTIL=20260517T000000;WKST=MO;BYDAY=SA",
2020
"updates": [
2121
{
2222
"type": "planned",

0 commit comments

Comments
 (0)