Skip to content

Commit

Permalink
fix(AT,#455): josefitag set to type school
Browse files Browse the repository at this point in the history
According to https://de.wikipedia.org/wiki/Josefstag#Gesetzlicher_Feiertag
the day is not a public holiday in Austria but schools are off.
  • Loading branch information
commenthol committed Feb 3, 2024
1 parent 0fa561f commit 8adc4b7
Show file tree
Hide file tree
Showing 53 changed files with 56 additions and 52 deletions.
4 changes: 4 additions & 0 deletions data/countries/AT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ holidays:
days:
03-19:
_name: 03-19
type: school
10-10:
name:
de-at: Tag der Volksabstimmung
Expand Down Expand Up @@ -110,18 +111,21 @@ holidays:
days:
03-19:
_name: 03-19
type: school
"7":
names:
de: Tirol
en: Tyrol
days:
03-19:
_name: 03-19
type: school
"8":
name: Vorarlberg
days:
03-19:
_name: 03-19
type: school
"9":
names:
de: Wien
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2015.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2015-03-18T23:00:00.000Z",
"end": "2015-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2016-03-18T23:00:00.000Z",
"end": "2016-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2017.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2017-03-18T23:00:00.000Z",
"end": "2017-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2018.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2018-03-18T23:00:00.000Z",
"end": "2018-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Mon"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2019-03-18T23:00:00.000Z",
"end": "2019-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2020.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2020-03-18T23:00:00.000Z",
"end": "2020-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2021.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2021-03-18T23:00:00.000Z",
"end": "2021-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2022-03-18T23:00:00.000Z",
"end": "2022-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2023.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2023-03-18T23:00:00.000Z",
"end": "2023-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2024-03-18T23:00:00.000Z",
"end": "2024-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2025-03-18T23:00:00.000Z",
"end": "2025-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Wed"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2026.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2026-03-18T23:00:00.000Z",
"end": "2026-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2027.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2027-03-18T23:00:00.000Z",
"end": "2027-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2015.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2015-03-18T23:00:00.000Z",
"end": "2015-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2016-03-18T23:00:00.000Z",
"end": "2016-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2017.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2017-03-18T23:00:00.000Z",
"end": "2017-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2018.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2018-03-18T23:00:00.000Z",
"end": "2018-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Mon"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2019-03-18T23:00:00.000Z",
"end": "2019-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2020.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2020-03-18T23:00:00.000Z",
"end": "2020-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2021.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2021-03-18T23:00:00.000Z",
"end": "2021-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2022-03-18T23:00:00.000Z",
"end": "2022-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2023.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2023-03-18T23:00:00.000Z",
"end": "2023-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2024-03-18T23:00:00.000Z",
"end": "2024-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2025-03-18T23:00:00.000Z",
"end": "2025-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Wed"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2026.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2026-03-18T23:00:00.000Z",
"end": "2026-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2027.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2027-03-18T23:00:00.000Z",
"end": "2027-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2015.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2015-03-18T23:00:00.000Z",
"end": "2015-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2016-03-18T23:00:00.000Z",
"end": "2016-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2017.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2017-03-18T23:00:00.000Z",
"end": "2017-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2018.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2018-03-18T23:00:00.000Z",
"end": "2018-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Mon"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2019-03-18T23:00:00.000Z",
"end": "2019-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2020.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2020-03-18T23:00:00.000Z",
"end": "2020-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2021.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2021-03-18T23:00:00.000Z",
"end": "2021-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2022-03-18T23:00:00.000Z",
"end": "2022-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2023.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2023-03-18T23:00:00.000Z",
"end": "2023-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2024-03-18T23:00:00.000Z",
"end": "2024-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2025-03-18T23:00:00.000Z",
"end": "2025-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Wed"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2026.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2026-03-18T23:00:00.000Z",
"end": "2026-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2027.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2027-03-18T23:00:00.000Z",
"end": "2027-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-8-2015.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2015-03-18T23:00:00.000Z",
"end": "2015-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-8-2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2016-03-18T23:00:00.000Z",
"end": "2016-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
Loading

0 comments on commit 8adc4b7

Please sign in to comment.