Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/countries/SG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ holidays:
# https://www.mom.gov.sg/employment-practices/public-holidays#Year-2025
"2025-05-12":
_name: Vesak
"2026-05-31":
_name: Vesak
"2026-06-01":
substitute: true
_name: Vesak
# Deepavali
# date if sunday then next monday
"2000-10-26":
Expand Down
18 changes: 18 additions & 0 deletions test/fixtures/SG-2026.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,24 @@
"rule": "10 Dhu al-Hijjah",
"_weekday": "Wed"
},
{
"date": "2026-05-31 00:00:00",
"start": "2026-05-30T16:00:00.000Z",
"end": "2026-05-31T16:00:00.000Z",
"name": "Vesak Day",
"type": "public",
"rule": "2026-05-31",
"_weekday": "Sun"
},
{
"date": "2026-06-01 00:00:00",
"start": "2026-05-31T16:00:00.000Z",
"end": "2026-06-01T16:00:00.000Z",
"name": "Vesak Day",
"type": "public",
"rule": "2026-06-01",
"_weekday": "Mon"
},
{
"date": "2026-08-09 00:00:00",
"start": "2026-08-08T16:00:00.000Z",
Expand Down
Loading