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
4 changes: 4 additions & 0 deletions data/countries/US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@ holidays:
FL:
name: Florida
days:
# @source https://dos.fl.gov/communications/press-releases/2026/icymi-governor-ron-desantis-announces-statewide-commemoration-of-america-s-250th-birthday
"2026-02-16":
name:
en: Commemoration of America's 250th Birthday
2nd monday in October: false
3rd monday in February: false
02-15:
Expand Down
9 changes: 9 additions & 0 deletions test/fixtures/US-FL-2026.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@
"rule": "02-15",
"_weekday": "Sun"
},
{
"date": "2026-02-16 00:00:00",
"start": "2026-02-16T05:00:00.000Z",
"end": "2026-02-17T05:00:00.000Z",
"name": "Commemoration of America's 250th Birthday",
"type": "public",
"rule": "2026-02-16",
"_weekday": "Mon"
},
{
"date": "2026-03-17 00:00:00",
"start": "2026-03-17T04:00:00.000Z",
Expand Down
Loading