forked from AMDmi3/opening_hours.js
-
Notifications
You must be signed in to change notification settings - Fork 120
/
Copy pathnz.yaml
15 lines (13 loc) · 828 Bytes
/
nz.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
_nominatim_url: 'https://nominatim.openstreetmap.org/reverse?format=json&lat=-41.2922255&lon=174.7763033&zoom=16&addressdetails=1&accept-language=en'
PH: # https://en.wikipedia.org/wiki/Public_holidays_in_New_Zealand
- {'name': 'New Year''s Day', 'fixed_date': [1, 1]}
- {'name': 'Day after New Year''s Day', 'fixed_date': [1, 2]}
- {'name': 'Waitangi Day', 'fixed_date': [2, 6]}
- {'name': 'Good Friday', 'variable_date': easter, 'offset': -2}
- {'name': 'Easter Monday', 'variable_date': easter, 'offset': 1}
- {'name': 'Anzac Day', 'fixed_date': [4, 25]}
- {'name': 'Queen''s Birthday', 'variable_date': firstJuneMonday}
- {'name': 'Labour Day', 'variable_date': firstOctoberMonday, 'offset': 21}
- {'name': 'Christmas Day', 'fixed_date': [12, 25]}
- {'name': 'Boxing Day', 'fixed_date': [12, 26]}